Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_hw.c419 return -G_FW_CMD_RETVAL((int)res); in t4_wr_mbox_meat_timeout()
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h3073 #define G_FW_CMD_RETVAL(x) (((x) >> S_FW_CMD_RETVAL) & M_FW_CMD_RETVAL) macro
/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h4210 #define G_FW_CMD_RETVAL(x) (((x) >> S_FW_CMD_RETVAL) & M_FW_CMD_RETVAL) macro