Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3669 V_FW_PARAMS_CMD_PFN(adap->pf) | in t4_fwcache()
7733 V_FW_PARAMS_CMD_PFN(pf) | in t4_query_params_rw()
7795 V_FW_PARAMS_CMD_PFN(pf) | in t4_set_params_timeout()
11265 V_FW_PARAMS_CMD_PFN(pf) | in t4_config_watchdog()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h5087 #define V_FW_PARAMS_CMD_PFN(x) ((x) << S_FW_PARAMS_CMD_PFN) macro