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

/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_tom.h47 #define MAX_RCV_WND ((1U << 27) - 1) macro
H A Dt4_tom.c486 return min(wnd, MAX_RCV_WND);
495 if (space > MAX_RCV_WND)
496 space = MAX_RCV_WND;
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c106 #define MAX_RCV_WND ((1U << 27) - 1) macro
744 return min(wnd, MAX_RCV_WND);
753 if (space > MAX_RCV_WND)
754 space = MAX_RCV_WND;
999 * take hardware's MAX_RCV_WND into account too. This is normally a
1000 * no-op as MAX_RCV_WND is much larger than the default sb_max.

Completed in 106 milliseconds