Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_hw.c3675 V_FW_PARAMS_CMD_VFN(0)); in t4_fwcache()
7673 V_FW_PARAMS_CMD_VFN(vf)); in t4_query_params_rw()
7726 V_FW_PARAMS_CMD_VFN(vf)); in t4_set_params_timeout()
10740 V_FW_PARAMS_CMD_VFN(vf)); in t4_config_watchdog()
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h5019 #define V_FW_PARAMS_CMD_VFN(x) ((x) << S_FW_PARAMS_CMD_VFN) macro