Lines Matching refs:fcoe_hdr
631 struct fcoe_hdr *fcoe_hdr; in fnic_import_rq_eth_pkt() local
663 fcoe_hdr = (struct fcoe_hdr *)skb->data; in fnic_import_rq_eth_pkt()
664 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt()
669 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt()
670 skb_pull(skb, sizeof(struct fcoe_hdr)); in fnic_import_rq_eth_pkt()
1052 struct fcoe_hdr *fcoe_hdr; in fnic_send_frame() local
1066 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame()
1072 fcoe_hdr = (struct fcoe_hdr *)(vlan_hdr + 1); in fnic_send_frame()
1074 eth_hdr_len = sizeof(*eth_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame()
1077 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1); in fnic_send_frame()
1089 memset(fcoe_hdr, 0, sizeof(*fcoe_hdr)); in fnic_send_frame()
1090 fcoe_hdr->fcoe_sof = fr_sof(fp); in fnic_send_frame()
1092 FC_FCOE_ENCAPS_VER(fcoe_hdr, FC_FCOE_VER); in fnic_send_frame()