S_KEEP_ALIVE_IDLE_TIME 1087 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_KEEP_ALIVE_IDLE_TIME(x) ((x) << S_KEEP_ALIVE_IDLE_TIME)
S_KEEP_ALIVE_IDLE_TIME 1088 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_KEEP_ALIVE_IDLE_TIME(x) (((x) >> S_KEEP_ALIVE_IDLE_TIME) & M_KEEP_ALIVE_IDLE_TIME)