Home
last modified time | relevance | path

Searched refs:V_FW_PARAMS_CMD_VFN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4428 V_FW_PARAMS_CMD_VFN(0)); in t4_fwcache()
7871 V_FW_PARAMS_CMD_VFN(vf)); in t4_query_params_rw()
7942 V_FW_PARAMS_CMD_VFN(vf)); in t4_set_params_timeout()
12165 V_FW_PARAMS_CMD_VFN(vf)); in t4_config_watchdog()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5089 #define V_FW_PARAMS_CMD_VFN(x) ((x) << S_FW_PARAMS_CMD_VFN) macro