Home
last modified time | relevance | path

Searched refs:S_KEEP_ALIVE_IDLE_TIME (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/chelsio/
Dregs.h1086 #define S_KEEP_ALIVE_IDLE_TIME 0 macro
1088 #define V_KEEP_ALIVE_IDLE_TIME(x) ((x) << S_KEEP_ALIVE_IDLE_TIME)
1089 #define G_KEEP_ALIVE_IDLE_TIME(x) (((x) >> S_KEEP_ALIVE_IDLE_TIME) & M_KEEP_ALIVE_IDLE_TIME)