Home
last modified time | relevance | path

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

/src/sys/dev/cxgb/common/
H A Dcxgb_regs.h4402 #define S_KEEPALIVEMAX 0 macro
4404 #define V_KEEPALIVEMAX(x) ((x) << S_KEEPALIVEMAX)
4405 #define G_KEEPALIVEMAX(x) (((x) >> S_KEEPALIVEMAX) & M_KEEPALIVEMAX)