Home
last modified time | relevance | path

Searched refs:qeth_hdr_tso (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c2894 struct qeth_hdr_tso *hdr = (struct qeth_hdr_tso *)qhdr; in qeth_tso_fill_header()
2901 hdr->hdr.hdr.l3.length = skb->len - sizeof(struct qeth_hdr_tso); in qeth_tso_fill_header()
2912 sizeof(struct qeth_hdr_tso)); in qeth_tso_fill_header()
2996 new_skb = skb_realloc_headroom(skb, sizeof(struct qeth_hdr_tso) in qeth_l3_hard_start_xmit()
3039 sizeof(struct qeth_hdr_tso)); in qeth_l3_hard_start_xmit()
3040 memset(hdr, 0, sizeof(struct qeth_hdr_tso)); in qeth_l3_hard_start_xmit()
Dqeth_core.h343 struct qeth_hdr_tso { struct
Dqeth_core_main.c4016 hdr_len = sizeof(struct qeth_hdr_tso) + in qeth_fill_buffer()
4017 ((struct qeth_hdr_tso *)hdr)->ext.dg_hdr_len; in qeth_fill_buffer()