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

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h262 unsigned long select_rcv_wnd(struct socket *);
H A Dcxgb_cpl_io.c734 select_rcv_wnd(struct socket *so) function
992 toep->tp_rx_credits = min(select_rcv_wnd(so) >> 10, M_RCV_BUFSIZ);
1599 bufsize = select_rcv_wnd(so);
H A Dcxgb_listen.c571 synqe->rx_credits = min(select_rcv_wnd(so) >> 10, M_RCV_BUFSIZ);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h319 u_long select_rcv_wnd(struct socket *);
H A Dt4_connect.c383 toep->opt0_rcv_bufsize = min(select_rcv_wnd(so) >> 10, M_RCV_BUFSIZ);
H A Dt4_tom.c562 select_rcv_wnd(struct socket *so) function
H A Dt4_listen.c1398 rx_credits = min(select_rcv_wnd(so) >> 10, M_RCV_BUFSIZ);

Completed in 135 milliseconds