Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c518 res = V_FW_CMD_RETVAL(EIO); in t4_wr_mbox_meat_timeout()
670 res = V_FW_CMD_RETVAL(EIO); in t4_wr_mbox_meat_timeout_panic()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h4239 #define V_FW_CMD_RETVAL(x) ((x) << S_FW_CMD_RETVAL) macro