Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c521 return -G_FW_CMD_RETVAL((int)res); in t4_wr_mbox_meat_timeout()
673 return -G_FW_CMD_RETVAL((int)res); in t4_wr_mbox_meat_timeout_panic()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h4240 #define G_FW_CMD_RETVAL(x) (((x) >> S_FW_CMD_RETVAL) & M_FW_CMD_RETVAL) macro