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

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h115 uint16_t opt0_bufsize; member in struct:conn_params
H A Dt4_tom.c988 MPASS(cp->opt0_bufsize >= 0 && cp->opt0_bufsize <= M_RCV_BUFSIZ);
989 opt0 |= V_RCV_BUFSIZ(cp->opt0_bufsize);
1256 cp->opt0_bufsize = min(wnd >> 10, M_RCV_BUFSIZ);
1297 cp->opt0_bufsize = min(wnd >> 10, M_RCV_BUFSIZ);
H A Dt4_cpl_io.c382 tp->rcv_wnd = (u_int)toep->params.opt0_bufsize << 10;

Completed in 119 milliseconds