Searched refs:qeth_hdr_tso (Results 1 – 4 of 4) sorted by relevance
2028 hw_hdr_len = skb_is_gso(skb) ? sizeof(struct qeth_hdr_tso) : in qeth_l3_xmit()2208 headroom = sizeof(struct qeth_hdr_tso) + VLAN_HLEN; in qeth_l3_setup_netdev()2210 headroom = sizeof(struct qeth_hdr_tso); in qeth_l3_setup_netdev()
340 struct qeth_hdr_tso { struct
3593 #define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \3975 static void qeth_fill_tso_ext(struct qeth_hdr_tso *hdr, in qeth_fill_tso_ext()4007 hw_hdr_len = sizeof(struct qeth_hdr_tso); in qeth_xmit()4030 qeth_fill_tso_ext((struct qeth_hdr_tso *) hdr, in qeth_xmit()
751 card->dev->needed_headroom = sizeof(struct qeth_hdr_tso); in qeth_l2_setup_netdev()