Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c250 return (-G_FW_CMD_RETVAL((int)res)); in t4_wr_mbox_meat()
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h2881 #define G_FW_CMD_RETVAL(x) (((x) >> S_FW_CMD_RETVAL) & M_FW_CMD_RETVAL) macro