Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_regs.h5186 #define S_MCADEPTH 0 macro
5188 #define V_MCADEPTH(x) ((x) << S_MCADEPTH)
5189 #define G_MCADEPTH(x) (((x) >> S_MCADEPTH) & M_MCADEPTH)