Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
H A Dqeth_l3_main.c1717 hw_hdr_len = skb_is_gso(skb) ? sizeof(struct qeth_hdr_tso) : in qeth_l3_xmit()
1892 headroom = sizeof(struct qeth_hdr_tso) + VLAN_HLEN; in qeth_l3_setup_netdev()
1894 headroom = sizeof(struct qeth_hdr_tso); in qeth_l3_setup_netdev()
H A Dqeth_core.h303 struct qeth_hdr_tso { struct
H A Dqeth_core_main.c3930 #define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \
4303 static void qeth_fill_tso_ext(struct qeth_hdr_tso *hdr, in qeth_fill_tso_ext()
4335 hw_hdr_len = sizeof(struct qeth_hdr_tso); in qeth_xmit()
4358 qeth_fill_tso_ext((struct qeth_hdr_tso *) hdr, in qeth_xmit()
H A Dqeth_l2_main.c1130 card->dev->needed_headroom = sizeof(struct qeth_hdr_tso); in qeth_l2_setup_netdev()