Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h4403 #define S_KEEPALIVEMAX 0 macro
4405 #define V_KEEPALIVEMAX(x) ((x) << S_KEEPALIVEMAX)
4406 #define G_KEEPALIVEMAX(x) (((x) >> S_KEEPALIVEMAX) & M_KEEPALIVEMAX)