Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c209 FW_PARAMS_CMD_VFN_V(vf)); in csio_mb_params()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3856 FW_PARAMS_CMD_VFN_V(0)); in t4_fwcache()
7459 FW_PARAMS_CMD_VFN_V(vf)); in t4_query_params_rw()
7521 FW_PARAMS_CMD_VFN_V(vf)); in t4_set_params_timeout()
H A Dt4fw_api.h1481 #define FW_PARAMS_CMD_VFN_V(x) ((x) << FW_PARAMS_CMD_VFN_S) macro