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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h928 #define S_QUEUENO 0 macro
930 #define V_QUEUENO(x) ((x) << S_QUEUENO)
931 #define G_QUEUENO(x) (((x) >> S_QUEUENO) & M_QUEUENO)

Completed in 83 milliseconds