Lines Matching refs:qeth_hdr
253 struct qeth_hdr *hdr, struct sk_buff *skb) in qeth_l2_hdr_csum()
269 static void qeth_l2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l2_fill_header()
274 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l2_fill_header()
481 struct qeth_hdr *hdr; in qeth_l2_process_inbound_buffer()
515 skb_push(skb, sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
517 sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
862 struct qeth_hdr *hdr = NULL; in qeth_l2_hard_start_xmit()
896 hdr = (struct qeth_hdr *)skb->data; in qeth_l2_hard_start_xmit()
910 memcpy(((char *)hdr) + sizeof(struct qeth_hdr), in qeth_l2_hard_start_xmit()
915 sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()
918 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l2_hard_start_xmit()
919 sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()
920 skb_set_mac_header(new_skb, sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()