Searched refs:qeth_hdr_tso (Results 1 – 4 of 4) sorted by relevance
1716 hw_hdr_len = skb_is_gso(skb) ? sizeof(struct qeth_hdr_tso) : in qeth_l3_xmit()1902 headroom = sizeof(struct qeth_hdr_tso) + VLAN_HLEN; in qeth_l3_setup_netdev()1904 headroom = sizeof(struct qeth_hdr_tso); in qeth_l3_setup_netdev()
303 struct qeth_hdr_tso { struct
3875 #define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \4246 static void qeth_fill_tso_ext(struct qeth_hdr_tso *hdr, in qeth_fill_tso_ext()4278 hw_hdr_len = sizeof(struct qeth_hdr_tso); in qeth_xmit()4301 qeth_fill_tso_ext((struct qeth_hdr_tso *) hdr, in qeth_xmit()
1116 card->dev->needed_headroom = sizeof(struct qeth_hdr_tso); in qeth_l2_setup_netdev()