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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5577 #define S_CH0SIZE1 0 macro
5579 #define V_CH0SIZE1(x) ((x) << S_CH0SIZE1)
5580 #define G_CH0SIZE1(x) (((x) >> S_CH0SIZE1) & M_CH0SIZE1)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h20190 #define S_CH0SIZE1 0 macro
20192 #define V_CH0SIZE1(x) ((x) << S_CH0SIZE1)
20193 #define G_CH0SIZE1(x) (((x) >> S_CH0SIZE1) & M_CH0SIZE1)
[all...]

Completed in 511 milliseconds