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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h190 #define S_CREDITS 0 macro
192 #define V_CREDITS(x) ((x) << S_CREDITS)
193 #define G_CREDITS(x) (((x) >> S_CREDITS) & M_CREDITS)

Completed in 216 milliseconds