Searched refs:qeth_hdr (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/s390/net/ |
D | qeth_core.h | 347 struct qeth_hdr { struct 370 struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/ argument 998 struct qeth_hdr **); 1024 struct qeth_hdr *hdr, unsigned int offset, 1027 struct sk_buff *skb, struct qeth_hdr *hdr, 1040 int qeth_hdr_chk_and_bounce(struct sk_buff *, struct qeth_hdr **, int); 1063 struct qeth_hdr **hdr, unsigned int hdr_len,
|
D | qeth_l3_main.c | 1300 struct qeth_hdr *hdr) in qeth_l3_rebuild_skb() 1356 struct qeth_hdr *hdr; in qeth_l3_process_inbound_buffer() 2005 static void qeth_l3_fill_af_iucv_hdr(struct qeth_hdr *hdr, struct sk_buff *skb, in qeth_l3_fill_af_iucv_hdr() 2011 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_af_iucv_hdr() 2035 static void qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l3_fill_header() 2039 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_header() 2100 struct qeth_hdr *qhdr, struct sk_buff *skb) in qeth_tso_fill_header() 2170 const unsigned int hw_hdr_len = sizeof(struct qeth_hdr); in qeth_l3_xmit_offload() 2173 struct qeth_hdr *hdr = NULL; in qeth_l3_xmit_offload() 2234 struct qeth_hdr *hdr = NULL; in qeth_l3_xmit() [all …]
|
D | qeth_l2_main.c | 196 static void qeth_l2_fill_header(struct qeth_hdr *hdr, struct sk_buff *skb, in qeth_l2_fill_header() 201 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l2_fill_header() 391 struct qeth_hdr *hdr; in qeth_l2_process_inbound_buffer() 415 skb_push(skb, sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer() 417 sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer() 648 const unsigned int hw_hdr_len = sizeof(struct qeth_hdr); in qeth_l2_xmit() 651 struct qeth_hdr *hdr = NULL; in qeth_l2_xmit() 708 struct qeth_hdr *hdr; in qeth_l2_xmit_osn() 713 hdr = (struct qeth_hdr *)skb->data; in qeth_l2_xmit_osn() 913 card->dev->needed_headroom = sizeof(struct qeth_hdr); in qeth_l2_setup_netdev()
|
D | qeth_core_main.c | 3860 int qeth_hdr_chk_and_bounce(struct sk_buff *skb, struct qeth_hdr **hdr, int len) in qeth_hdr_chk_and_bounce() 3874 *hdr = (struct qeth_hdr *)skb->data; in qeth_hdr_chk_and_bounce() 3897 struct qeth_hdr **hdr, unsigned int hdr_len, in qeth_add_hw_header() 4039 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_fill_buffer() 4087 struct qeth_hdr *hdr, unsigned int offset, in qeth_do_send_packet_fast() 4107 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_do_send_packet() 5252 struct qeth_hdr **hdr) in qeth_core_get_next_skb() 5265 while (element->length < offset + sizeof(struct qeth_hdr)) { in qeth_core_get_next_skb() 5273 offset += sizeof(struct qeth_hdr); in qeth_core_get_next_skb() 5284 headroom = sizeof(struct qeth_hdr); in qeth_core_get_next_skb() [all …]
|