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

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h4768 #define S_RSPCNT 16 macro
4770 #define V_RSPCNT(x) ((x) << S_RSPCNT)
4771 #define G_RSPCNT(x) (((x) >> S_RSPCNT) & M_RSPCNT)
[all...]

Completed in 543 milliseconds