Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/cxgb/common/
HDcxgb_regs.h4382 #define S_RXTSHIFTMAXR1 20 macro
4384 #define V_RXTSHIFTMAXR1(x) ((x) << S_RXTSHIFTMAXR1)
4385 #define G_RXTSHIFTMAXR1(x) (((x) >> S_RXTSHIFTMAXR1) & M_RXTSHIFTMAXR1)
/freebsd-head/sys/dev/cxgbe/common/
HDt4_regs.h23018 #define S_RXTSHIFTMAXR1 20 macro
23020 #define V_RXTSHIFTMAXR1(x) ((x) << S_RXTSHIFTMAXR1)
23021 #define G_RXTSHIFTMAXR1(x) (((x) >> S_RXTSHIFTMAXR1) & M_RXTSHIFTMAXR1)