qeth_hdr_tso
#define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \
static void qeth_fill_tso_ext(struct qeth_hdr_tso *hdr,
hw_hdr_len = sizeof(struct qeth_hdr_tso);
qeth_fill_tso_ext((struct qeth_hdr_tso *) hdr,
card->dev->needed_headroom = sizeof(struct qeth_hdr_tso);
hw_hdr_len = skb_is_gso(skb) ? sizeof(struct qeth_hdr_tso) :
headroom = sizeof(struct qeth_hdr_tso) + VLAN_HLEN;
headroom = sizeof(struct qeth_hdr_tso);