Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/tom/
HDt4_tom.h47 #define MAX_RCV_WND ((1U << 27) - 1) macro
HDt4_tom.c503 return min(wnd, MAX_RCV_WND); in select_rcv_wnd()
512 if (space > MAX_RCV_WND) in select_rcv_wscale()
513 space = MAX_RCV_WND; in select_rcv_wscale()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c107 #define MAX_RCV_WND ((1U << 27) - 1) macro
745 return min(wnd, MAX_RCV_WND); in select_rcv_wnd()
754 if (space > MAX_RCV_WND) in select_rcv_wscale()
755 space = MAX_RCV_WND; in select_rcv_wscale()