Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_msg.h931 #define S_QUEUENO 0 macro
933 #define V_QUEUENO(x) ((x) << S_QUEUENO)
934 #define G_QUEUENO(x) (((x) >> S_QUEUENO) & M_QUEUENO)