Searched refs:qeth_hdr_tso (Results 1 – 4 of 4) sorted by relevance
1713 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()
303 struct qeth_hdr_tso { struct
3901 #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()
1130 card->dev->needed_headroom = sizeof(struct qeth_hdr_tso); in qeth_l2_setup_netdev()