Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3670 V_FW_PARAMS_CMD_VFN(0)); in t4_fwcache()
7734 V_FW_PARAMS_CMD_VFN(vf)); in t4_query_params_rw()
7796 V_FW_PARAMS_CMD_VFN(vf)); in t4_set_params_timeout()
11266 V_FW_PARAMS_CMD_VFN(vf)); in t4_config_watchdog()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h5093 #define V_FW_PARAMS_CMD_VFN(x) ((x) << S_FW_PARAMS_CMD_VFN) macro