Lines Matching refs:qeth_hdr
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()
2288 hdr = skb_push(new_skb, sizeof(struct qeth_hdr)); in qeth_l3_xmit()
2290 new_skb->len - sizeof(struct qeth_hdr)); in qeth_l3_xmit()
2559 card->dev->needed_headroom = sizeof(struct qeth_hdr) - ETH_HLEN; in qeth_l3_setup_netdev()