Searched refs:qeth_hdr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/s390/net/ |
D | qeth_core.h | 342 struct qeth_hdr { struct 365 struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/ argument 988 struct qeth_hdr **); 1014 struct qeth_hdr *hdr, unsigned int offset, 1017 struct sk_buff *skb, struct qeth_hdr *hdr, 1030 int qeth_hdr_chk_and_bounce(struct sk_buff *, struct qeth_hdr **, int); 1053 struct qeth_hdr **hdr, unsigned int hdr_len,
|
D | qeth_l3_main.c | 1298 struct qeth_hdr *hdr) in qeth_l3_rebuild_skb() 1354 struct qeth_hdr *hdr; in qeth_l3_process_inbound_buffer() 2003 static void qeth_l3_fill_af_iucv_hdr(struct qeth_hdr *hdr, struct sk_buff *skb, in qeth_l3_fill_af_iucv_hdr() 2009 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_af_iucv_hdr() 2033 static void qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l3_fill_header() 2037 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l3_fill_header() 2098 struct qeth_hdr *qhdr, struct sk_buff *skb) in qeth_tso_fill_header() 2168 const unsigned int hw_hdr_len = sizeof(struct qeth_hdr); in qeth_l3_xmit_offload() 2171 struct qeth_hdr *hdr = NULL; in qeth_l3_xmit_offload() 2232 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() 907 card->dev->needed_headroom = sizeof(struct qeth_hdr); in qeth_l2_setup_netdev()
|
D | qeth_core_main.c | 3843 int qeth_hdr_chk_and_bounce(struct sk_buff *skb, struct qeth_hdr **hdr, int len) in qeth_hdr_chk_and_bounce() 3857 *hdr = (struct qeth_hdr *)skb->data; in qeth_hdr_chk_and_bounce() 3880 struct qeth_hdr **hdr, unsigned int hdr_len, in qeth_add_hw_header() 4022 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_fill_buffer() 4070 struct qeth_hdr *hdr, unsigned int offset, in qeth_do_send_packet_fast() 4090 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_do_send_packet() 5237 struct qeth_hdr **hdr) in qeth_core_get_next_skb() 5250 while (element->length < offset + sizeof(struct qeth_hdr)) { in qeth_core_get_next_skb() 5258 offset += sizeof(struct qeth_hdr); in qeth_core_get_next_skb() 5269 headroom = sizeof(struct qeth_hdr); in qeth_core_get_next_skb() [all …]
|