Home
last modified time | relevance | path

Searched refs:FC_FCOE_VER (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/scsi/fc/
Dfc_fcoe.h38 #define FC_FCOE_VER 0 /* version */ macro
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c689 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt()
1115 if (FC_FCOE_VER) in fnic_send_frame()
1116 FC_FCOE_ENCAPS_VER(fcoe_hdr, FC_FCOE_VER); in fnic_send_frame()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1584 if (FC_FCOE_VER) in fcoe_xmit()
1585 FC_FCOE_ENCAPS_VER(hp, FC_FCOE_VER); in fcoe_xmit()
1701 if (unlikely(FC_FCOE_DECAPS_VER(hp) != FC_FCOE_VER)) { in fcoe_recv_frame()
1708 FC_FCOE_VER); in fcoe_recv_frame()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c701 (FC_FCOE_VER << IXGBE_FCRXCTRL_FCOEVER_SHIFT)); in ixgbe_configure_fcoe()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c390 if (FC_FCOE_VER) in bnx2fc_xmit()
391 FC_FCOE_ENCAPS_VER(hp, FC_FCOE_VER); in bnx2fc_xmit()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c1013 if (FC_FCOE_VER) in qedf_xmit()
1014 FC_FCOE_ENCAPS_VER(hp, FC_FCOE_VER); in qedf_xmit()