Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c239 return -((int)G_FW_CMD_RETVAL(v)); in t4vf_wr_mbox_core()
H A Dt4fw_interface.h422 #define G_FW_CMD_RETVAL(x) (((x) >> S_FW_CMD_RETVAL) & M_FW_CMD_RETVAL) macro
H A Dt4_hw.c520 return -G_FW_CMD_RETVAL((int)res); in t4_wr_mbox_meat_timeout()