Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/net/
Dqeth_l3_main.c1713 hw_hdr_len = skb_is_gso(skb) ? sizeof(struct qeth_hdr_tso) : in qeth_l3_xmit()
1888 headroom = sizeof(struct qeth_hdr_tso) + VLAN_HLEN; in qeth_l3_setup_netdev()
1890 headroom = sizeof(struct qeth_hdr_tso); in qeth_l3_setup_netdev()
Dqeth_core.h303 struct qeth_hdr_tso { struct
Dqeth_core_main.c3901 #define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \
4274 static void qeth_fill_tso_ext(struct qeth_hdr_tso *hdr, in qeth_fill_tso_ext()
4306 hw_hdr_len = sizeof(struct qeth_hdr_tso); in qeth_xmit()
4329 qeth_fill_tso_ext((struct qeth_hdr_tso *) hdr, in qeth_xmit()
Dqeth_l2_main.c1130 card->dev->needed_headroom = sizeof(struct qeth_hdr_tso); in qeth_l2_setup_netdev()