Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h34810 #define S_SHR_USED 0 macro
34812 #define V_SHR_USED(x) ((x) << S_SHR_USED)
34813 #define G_SHR_USED(x) (((x) >> S_SHR_USED) & M_SHR_USED)