Searched refs:S_POLADBGWRPTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_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)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_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)
[all...]

Completed in 540 milliseconds