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

/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h229 #define S_HIDRBLOTHRSH 0 macro
231 #define V_HIDRBLOTHRSH(x) ((x) << S_HIDRBLOTHRSH)
232 #define G_HIDRBLOTHRSH(x) (((x) >> S_HIDRBLOTHRSH) & M_HIDRBLOTHRSH)

Completed in 174 milliseconds