Lines Matching refs:fcoe_hdr
666 struct fcoe_hdr *fcoe_hdr;
698 fcoe_hdr = (struct fcoe_hdr *)skb->data;
699 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER)
704 fr_sof(fp) = fcoe_hdr->fcoe_sof;
705 skb_pull(skb, sizeof(struct fcoe_hdr));
1080 struct fcoe_hdr *fcoe_hdr;
1094 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr);
1100 fcoe_hdr = (struct fcoe_hdr *)(vlan_hdr + 1);
1102 eth_hdr_len = sizeof(*eth_hdr) + sizeof(*fcoe_hdr);
1105 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1);
1117 memset(fcoe_hdr, 0, sizeof(*fcoe_hdr));
1118 fcoe_hdr->fcoe_sof = fr_sof(fp);
1120 FC_FCOE_ENCAPS_VER(fcoe_hdr, FC_FCOE_VER);