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

/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_tcb.h137 #define S_TCB_SND_CWND 26 macro
139 #define V_TCB_SND_CWND(x) ((x) << S_TCB_SND_CWND)
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_tcb.h193 #define S_TCB_SND_CWND 16 macro
195 #define V_TCB_SND_CWND(x) ((__u64)(x) << S_TCB_SND_CWND)

Completed in 141 milliseconds