S_KEEPALIVE_MAX  1129 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_KEEPALIVE_MAX(x) ((x) << S_KEEPALIVE_MAX)
S_KEEPALIVE_MAX  1130 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_KEEPALIVE_MAX(x) (((x) >> S_KEEPALIVE_MAX) & M_KEEPALIVE_MAX)