Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/fc/
Dfc_fcoe.h38 #define FC_FCOE_VER 0 /* version */ macro
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_fcs.c664 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt()
1091 if (FC_FCOE_VER) in fnic_send_frame()
1092 FC_FCOE_ENCAPS_VER(fcoe_hdr, FC_FCOE_VER); in fnic_send_frame()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c1691 if (FC_FCOE_VER) in fcoe_xmit()
1692 FC_FCOE_ENCAPS_VER(hp, FC_FCOE_VER); in fcoe_xmit()
1818 if (unlikely(FC_FCOE_DECAPS_VER(hp) != FC_FCOE_VER)) { in fcoe_recv_frame()
1825 FC_FCOE_VER); in fcoe_recv_frame()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c723 (FC_FCOE_VER << IXGBE_FCRXCTRL_FCOEVER_SHIFT)); in ixgbe_configure_fcoe()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c367 if (FC_FCOE_VER) in bnx2fc_xmit()
368 FC_FCOE_ENCAPS_VER(hp, FC_FCOE_VER); in bnx2fc_xmit()