Searched refs:qeth_hdr (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_core.h | 318 struct qeth_hdr { struct 341 struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/ argument 533 struct qeth_hdr *prev_hdr; 1053 struct qeth_hdr **); 1071 struct sk_buff *skb, struct qeth_hdr *hdr, 1097 struct qeth_hdr *hdr, struct sk_buff *skb,
|
| D | qeth_l2_main.c | 166 struct qeth_hdr *hdr, struct sk_buff *skb, in qeth_l2_fill_header() 305 struct qeth_hdr *hdr; in qeth_l2_process_inbound_buffer() 327 skb_push(skb, sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer() 329 sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer() 553 struct qeth_hdr *hdr = (struct qeth_hdr *)skb->data; in qeth_l2_xmit_osn() 712 card->dev->needed_headroom = sizeof(struct qeth_hdr); in qeth_l2_setup_netdev()
|
| D | qeth_l3_main.c | 1312 struct qeth_hdr *hdr) in qeth_l3_rebuild_skb() 1374 struct qeth_hdr *hdr; in qeth_l3_process_inbound_buffer() 1931 struct qeth_hdr *hdr, struct sk_buff *skb, in qeth_l3_fill_header() 2029 sizeof(struct qeth_hdr); in qeth_l3_xmit() 2212 headroom = sizeof(struct qeth_hdr) + VLAN_HLEN; in qeth_l3_setup_netdev() 2216 headroom = sizeof(struct qeth_hdr) - ETH_HLEN; in qeth_l3_setup_netdev()
|
| D | qeth_core_main.c | 3612 struct sk_buff *skb, struct qeth_hdr **hdr, in qeth_add_hw_header() 3685 struct qeth_hdr *curr_hdr) in qeth_iqd_may_bulk() 3687 struct qeth_hdr *prev_hdr = queue->prev_hdr; in qeth_iqd_may_bulk() 3777 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_fill_buffer() 3803 struct qeth_hdr *hdr, unsigned int offset, in __qeth_xmit() 3860 struct sk_buff *skb, struct qeth_hdr *hdr, in qeth_do_send_packet() 3994 struct qeth_hdr *hdr, struct sk_buff *skb, in qeth_xmit() 4001 struct qeth_hdr *hdr = NULL; in qeth_xmit() 4010 hw_hdr_len = sizeof(struct qeth_hdr); in qeth_xmit() 5021 struct qeth_hdr **hdr) in qeth_core_get_next_skb() [all …]
|