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

/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h1298 #define FW_PFVF_CMD_NVI_S 16 macro
1300 #define FW_PFVF_CMD_NVI_V(x) ((x) << FW_PFVF_CMD_NVI_S)
1301 #define FW_PFVF_CMD_NVI_G(x) (((x) >> FW_PFVF_CMD_NVI_S) & FW_PFVF_CMD_NVI_M)

Completed in 173 milliseconds