Home
last modified time | relevance | path

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

/drivers/s390/net/
Dqeth_core_offl.c618 struct qeth_hdr_tso *hdr = (struct qeth_hdr_tso *)qhdr; in qeth_tso_fill_header()
637 sizeof(struct qeth_hdr_tso)); in qeth_tso_fill_header()
Dqeth_core.h315 struct qeth_hdr_tso { struct
Dqeth_l3_main.c2629 new_skb = skb_realloc_headroom(skb, sizeof(struct qeth_hdr_tso) in qeth_l3_hard_start_xmit()
2674 sizeof(struct qeth_hdr_tso)); in qeth_l3_hard_start_xmit()
2675 memset(hdr, 0, sizeof(struct qeth_hdr_tso)); in qeth_l3_hard_start_xmit()
Dqeth_core_main.c3136 hdr_len = sizeof(struct qeth_hdr_tso) + in qeth_fill_buffer()
3137 ((struct qeth_hdr_tso *)hdr)->ext.dg_hdr_len; in qeth_fill_buffer()