Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tom.c1004 MPASS(cp->opt0_bufsize >= 0 && cp->opt0_bufsize <= M_RCV_BUFSIZ); in calc_options0()
1005 opt0 |= V_RCV_BUFSIZ(cp->opt0_bufsize); in calc_options0()
1278 cp->opt0_bufsize = min(wnd >> 10, M_RCV_BUFSIZ); in init_conn_params()
1319 cp->opt0_bufsize = min(wnd >> 10, M_RCV_BUFSIZ); in init_conn_params()
HDt4_tom.h116 uint16_t opt0_bufsize; member
HDt4_cpl_io.c382 tp->rcv_wnd = (u_int)toep->params.opt0_bufsize << 10; in make_established()