Lines Matching refs:fcoe_hdr
656 struct fcoe_hdr *fcoe_hdr;
688 fcoe_hdr = (struct fcoe_hdr *)skb->data;
689 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER)
694 fr_sof(fp) = fcoe_hdr->fcoe_sof;
695 skb_pull(skb, sizeof(struct fcoe_hdr));
1070 struct fcoe_hdr *fcoe_hdr;
1084 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr);
1090 fcoe_hdr = (struct fcoe_hdr *)(vlan_hdr + 1);
1092 eth_hdr_len = sizeof(*eth_hdr) + sizeof(*fcoe_hdr);
1095 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1);
1107 memset(fcoe_hdr, 0, sizeof(*fcoe_hdr));
1108 fcoe_hdr->fcoe_sof = fr_sof(fp);
1110 FC_FCOE_ENCAPS_VER(fcoe_hdr, FC_FCOE_VER);