Searched refs:fcoe_hdr (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_fcs.c631 struct fcoe_hdr *fcoe_hdr; fnic_import_rq_eth_pkt() local
663 fcoe_hdr = (struct fcoe_hdr *)skb->data; fnic_import_rq_eth_pkt()
664 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) fnic_import_rq_eth_pkt()
669 fr_sof(fp) = fcoe_hdr->fcoe_sof; fnic_import_rq_eth_pkt()
670 skb_pull(skb, sizeof(struct fcoe_hdr)); fnic_import_rq_eth_pkt()
1052 struct fcoe_hdr *fcoe_hdr; fnic_send_frame() local
1066 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr); fnic_send_frame()
1072 fcoe_hdr = (struct fcoe_hdr *)(vlan_hdr + 1); fnic_send_frame()
1074 eth_hdr_len = sizeof(*eth_hdr) + sizeof(*fcoe_hdr); fnic_send_frame()
1077 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1); fnic_send_frame()
1089 memset(fcoe_hdr, 0, sizeof(*fcoe_hdr)); fnic_send_frame()
1090 fcoe_hdr->fcoe_sof = fr_sof(fp); fnic_send_frame()
1092 FC_FCOE_ENCAPS_VER(fcoe_hdr, FC_FCOE_VER); fnic_send_frame()
H A Dfnic_trace.c627 sizeof(struct fcoe_hdr); fnic_fc_trace_set_data()
735 int fcoehdr_len = sizeof(struct fcoe_hdr); copy_and_format_trace_data()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c43 struct fcoe_hdr *fcoeh = (struct fcoe_hdr *)skb_network_header(skb); cxgb_fcoe_sof_eof_supported()
H A Dsge.c1116 skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); cxgb_fcoe_offload()
/linux-4.4.14/include/scsi/fc/
H A Dfc_fcoe.h51 struct fcoe_hdr { struct
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c428 sizeof(struct vlan_hdr) + sizeof(struct fcoe_hdr)); ixgbe_fcoe_ddp()
431 sizeof(struct fcoe_hdr)); ixgbe_fcoe_ddp()
531 sizeof(struct fcoe_hdr)); ixgbe_fso()
534 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; ixgbe_fso()
H A Dixgbe_main.c2109 sizeof(struct fcoe_hdr) - ixgbe_clean_rx_irq()
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c253 struct fcoe_hdr *hp; bnx2fc_xmit()
315 hlen = sizeof(struct fcoe_hdr); bnx2fc_xmit()
365 hp = (struct fcoe_hdr *)(eh + 1); bnx2fc_xmit()
447 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); bnx2fc_rcv()
506 struct fcoe_hdr *hp; bnx2fc_recv_frame()
522 hp = (struct fcoe_hdr *) skb_network_header(skb); bnx2fc_recv_frame()
524 skb_pull(skb, sizeof(struct fcoe_hdr)); bnx2fc_recv_frame()
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c695 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); fcoe_netdev_config()
1479 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); fcoe_rcv()
1601 struct fcoe_hdr *hp; fcoe_xmit()
1622 hlen = sizeof(struct fcoe_hdr); fcoe_xmit()
1689 hp = (struct fcoe_hdr *)(eh + 1); fcoe_xmit()
1790 struct fcoe_hdr *hp; fcoe_recv_frame()
1815 hp = (struct fcoe_hdr *) skb_network_header(skb); fcoe_recv_frame()
1829 skb_pull(skb, sizeof(struct fcoe_hdr)); fcoe_recv_frame()
2020 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) + fcoe_device_notification()
H A Dfcoe_ctlr.c376 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); fcoe_ctlr_fcoe_size()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_fcoe.c84 *sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; i40e_fcoe_fc_sof()
235 void *fh = skb->data + sizeof(struct fcoe_hdr); i40e_fcoe_fc_frame_header()
1298 td_offset |= ((((sizeof(struct fcoe_hdr) + 2) >> 2) << i40e_fcoe_tx_map()
1343 skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); i40e_fcoe_set_skb_header()

Completed in 382 milliseconds