Home
last modified time | relevance | path

Searched refs:FC_FCOE_DECAPS_VER (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/fc/
H A Dfc_fcoe.h45 #define FC_FCOE_DECAPS_VER(hp) ((hp)->fcoe_ver >> 4) macro
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c1679 if (unlikely(FC_FCOE_DECAPS_VER(hp) != FC_FCOE_VER)) { in fcoe_recv_frame()
1688 "%x\n", FC_FCOE_DECAPS_VER(hp), in fcoe_recv_frame()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c689 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt()