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

/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c1717 hw_hdr_len = skb_is_gso(skb) ? sizeof(struct qeth_hdr_tso) :
1892 headroom = sizeof(struct qeth_hdr_tso) + VLAN_HLEN;
1894 headroom = sizeof(struct qeth_hdr_tso);
H A Dqeth_core.h303 struct qeth_hdr_tso { struct
H A Dqeth_core_main.c3930 #define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \
4303 static void qeth_fill_tso_ext(struct qeth_hdr_tso *hdr,
4335 hw_hdr_len = sizeof(struct qeth_hdr_tso);
4358 qeth_fill_tso_ext((struct qeth_hdr_tso *) hdr,
H A Dqeth_l2_main.c1130 card->dev->needed_headroom = sizeof(struct qeth_hdr_tso);

Completed in 194 milliseconds