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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h5590 #define S_D0_WEIGHT 0 macro
5592 #define V_D0_WEIGHT(x) ((x) << S_D0_WEIGHT)
5593 #define G_D0_WEIGHT(x) (((x) >> S_D0_WEIGHT) & M_D0_WEIGHT)

Completed in 203 milliseconds