Symbol: qeth_hdr
drivers/s390/net/qeth_core.h
1105
struct qeth_hdr *hdr, struct sk_buff *skb,
drivers/s390/net/qeth_core.h
304
struct qeth_hdr hdr; /*hdr->hdr.l3.xxx*/
drivers/s390/net/qeth_core.h
512
struct qeth_hdr *prev_hdr;
drivers/s390/net/qeth_core_main.c
3951
struct sk_buff *skb, struct qeth_hdr **hdr,
drivers/s390/net/qeth_core_main.c
4025
struct qeth_hdr *curr_hdr)
drivers/s390/net/qeth_core_main.c
4028
struct qeth_hdr *prev_hdr = queue->prev_hdr;
drivers/s390/net/qeth_core_main.c
4056
struct sk_buff *skb, struct qeth_hdr *hdr,
drivers/s390/net/qeth_core_main.c
4142
struct qeth_hdr *hdr, unsigned int offset,
drivers/s390/net/qeth_core_main.c
4220
struct sk_buff *skb, struct qeth_hdr *hdr,
drivers/s390/net/qeth_core_main.c
4322
struct qeth_hdr *hdr, struct sk_buff *skb,
drivers/s390/net/qeth_core_main.c
4329
struct qeth_hdr *hdr = NULL;
drivers/s390/net/qeth_core_main.c
4338
hw_hdr_len = sizeof(struct qeth_hdr);
drivers/s390/net/qeth_core_main.c
5468
struct qeth_hdr *hdr)
drivers/s390/net/qeth_core_main.c
5582
struct qeth_hdr *hdr;
drivers/s390/net/qeth_core_main.c
5591
while (element->length < offset + sizeof(struct qeth_hdr)) {
drivers/s390/net/qeth_l2_main.c
1093
card->dev->needed_headroom = sizeof(struct qeth_hdr);
drivers/s390/net/qeth_l2_main.c
160
struct qeth_hdr *hdr, struct sk_buff *skb,
drivers/s390/net/qeth_l3_main.c
1627
struct qeth_hdr *hdr, struct sk_buff *skb,
drivers/s390/net/qeth_l3_main.c
1718
sizeof(struct qeth_hdr);
drivers/s390/net/qeth_l3_main.c
1896
headroom = sizeof(struct qeth_hdr) + VLAN_HLEN;
drivers/s390/net/qeth_l3_main.c
1900
headroom = sizeof(struct qeth_hdr) - ETH_HLEN;