S_ALMOSTFULL     1416 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_ALMOSTFULL(x) ((x) << S_ALMOSTFULL)
S_ALMOSTFULL     1417 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_ALMOSTFULL(x) (((x) >> S_ALMOSTFULL) & M_ALMOSTFULL)