Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h3443 #define S_POLADBGWRPTR 16 macro
3445 #define V_POLADBGWRPTR(x) ((x) << S_POLADBGWRPTR)
3446 #define G_POLADBGWRPTR(x) (((x) >> S_POLADBGWRPTR) & M_POLADBGWRPTR)
/NextBSD/contrib/ofed/libcxgb4/src/
HDt4_regs.h12981 #define S_POLADBGWRPTR 16 macro
12983 #define V_POLADBGWRPTR(x) ((x) << S_POLADBGWRPTR)
12984 #define G_POLADBGWRPTR(x) (((x) >> S_POLADBGWRPTR) & M_POLADBGWRPTR)
/NextBSD/sys/dev/cxgbe/common/
HDt4_regs.h13010 #define S_POLADBGWRPTR 16 macro
13012 #define V_POLADBGWRPTR(x) ((x) << S_POLADBGWRPTR)
13013 #define G_POLADBGWRPTR(x) (((x) >> S_POLADBGWRPTR) & M_POLADBGWRPTR)