Lines Matching refs:qeth_hdr
255 static void qeth_l2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, in qeth_l2_fill_header()
260 memset(hdr, 0, sizeof(struct qeth_hdr)); in qeth_l2_fill_header()
438 struct qeth_hdr *hdr; in qeth_l2_process_inbound_buffer()
464 skb_push(skb, sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
466 sizeof(struct qeth_hdr)); in qeth_l2_process_inbound_buffer()
715 struct qeth_hdr *hdr = NULL; in qeth_l2_hard_start_xmit()
749 hdr = (struct qeth_hdr *)skb->data; in qeth_l2_hard_start_xmit()
763 memcpy(((char *)hdr) + sizeof(struct qeth_hdr), in qeth_l2_hard_start_xmit()
768 sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()
771 hdr = (struct qeth_hdr *)skb_push(new_skb, in qeth_l2_hard_start_xmit()
772 sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()
773 skb_set_mac_header(new_skb, sizeof(struct qeth_hdr)); in qeth_l2_hard_start_xmit()