Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1119 MPASS(cp->opt0_bufsize >= 0 && cp->opt0_bufsize <= M_RCV_BUFSIZ); in calc_options0()
1361 cp->opt0_bufsize = min(wnd >> 10, M_RCV_BUFSIZ); in init_conn_params()
1402 cp->opt0_bufsize = min(wnd >> 10, M_RCV_BUFSIZ); in init_conn_params()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h362 #define M_RCV_BUFSIZ 0x3FFF macro
364 #define G_RCV_BUFSIZ(x) (((x) >> S_RCV_BUFSIZ) & M_RCV_BUFSIZ)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h464 #define M_RCV_BUFSIZ 0x3FFU macro
466 #define G_RCV_BUFSIZ(x) (((x) >> S_RCV_BUFSIZ) & M_RCV_BUFSIZ)