S_DENSITY         305 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_DENSITY(x) ((x) << S_DENSITY)
S_DENSITY         306 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_DENSITY(x) (((x) >> S_DENSITY) & M_DENSITY)