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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A 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)

Completed in 176 milliseconds