Searched refs:FW_CMD_RETVAL_S (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h733 #define FW_CMD_RETVAL_S 8 macro
735 #define FW_CMD_RETVAL_V(x) ((x) << FW_CMD_RETVAL_S)
736 #define FW_CMD_RETVAL_G(x) (((x) >> FW_CMD_RETVAL_S) & FW_CMD_RETVAL_M)

Completed in 92 milliseconds