Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h5825 #define S_MCADEPTH 0 macro
5827 #define V_MCADEPTH(x) ((x) << S_MCADEPTH)
5828 #define G_MCADEPTH(x) (((x) >> S_MCADEPTH) & M_MCADEPTH)