Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/fnic/
Dfnic_fcs.c672 struct fcoe_hdr *fcoe_hdr; in fnic_import_rq_eth_pkt() local
704 fcoe_hdr = (struct fcoe_hdr *)skb->data; in fnic_import_rq_eth_pkt()
705 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt()
710 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt()
711 skb_pull(skb, sizeof(struct fcoe_hdr)); in fnic_import_rq_eth_pkt()
1089 struct fcoe_hdr *fcoe_hdr; in fnic_send_frame() local
1103 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame()
1109 fcoe_hdr = (struct fcoe_hdr *)(vlan_hdr + 1); in fnic_send_frame()
1111 eth_hdr_len = sizeof(*eth_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame()
1114 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1); in fnic_send_frame()
[all …]
Dfnic_trace.c694 sizeof(struct fcoe_hdr); in fnic_fc_trace_set_data()
802 int fcoehdr_len = sizeof(struct fcoe_hdr); in copy_and_format_trace_data()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c43 struct fcoe_hdr *fcoeh = (struct fcoe_hdr *)skb_network_header(skb); in cxgb_fcoe_sof_eof_supported()
Dsge.c1198 skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); in cxgb_fcoe_offload()
/Linux-v5.4/include/scsi/fc/
Dfc_fcoe.h39 struct fcoe_hdr { struct
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c404 sizeof(struct vlan_hdr) + sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp()
407 sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp()
508 sizeof(struct fcoe_hdr)); in ixgbe_fso()
511 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; in ixgbe_fso()
Dixgbe_main.c2383 sizeof(struct fcoe_hdr) - in ixgbe_clean_rx_irq()
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe.c730 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config()
1386 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in fcoe_rcv()
1487 struct fcoe_hdr *hp; in fcoe_xmit()
1508 hlen = sizeof(struct fcoe_hdr); in fcoe_xmit()
1574 hp = (struct fcoe_hdr *)(eh + 1); in fcoe_xmit()
1664 struct fcoe_hdr *hp; in fcoe_recv_frame()
1687 hp = (struct fcoe_hdr *) skb_network_header(skb); in fcoe_recv_frame()
1701 skb_pull(skb, sizeof(struct fcoe_hdr)); in fcoe_recv_frame()
1879 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) + in fcoe_device_notification()
Dfcoe_ctlr.c367 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c272 struct fcoe_hdr *hp; in bnx2fc_xmit()
334 hlen = sizeof(struct fcoe_hdr); in bnx2fc_xmit()
384 hp = (struct fcoe_hdr *)(eh + 1); in bnx2fc_xmit()
464 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in bnx2fc_rcv()
520 struct fcoe_hdr *hp; in bnx2fc_recv_frame()
538 hp = (struct fcoe_hdr *) skb_network_header(skb); in bnx2fc_recv_frame()
540 skb_pull(skb, sizeof(struct fcoe_hdr)); in bnx2fc_recv_frame()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_main.c997 struct fcoe_hdr *hp; in qedf_xmit()
1088 hlen = sizeof(struct fcoe_hdr); in qedf_xmit()
1143 hp = (struct fcoe_hdr *)(eh + 1); in qedf_xmit()
2339 struct fcoe_hdr *hp; in qedf_recv_frame()
2357 hp = (struct fcoe_hdr *)skb->data; in qedf_recv_frame()
2359 skb_pull(skb, sizeof(struct fcoe_hdr)); in qedf_recv_frame()