Searched refs:rcv_win (Results 1 – 6 of 6) sorted by relevance
89 static int rcv_win = 256 * 1024; variable90 module_param(rcv_win, int, 0644);91 MODULE_PARM_DESC(rcv_win, "TCP receive window in bytes (default=256)");446 wscale = compute_wscale(rcv_win); in send_connect()454 opt0l = V_TOS((ep->tos >> 2) & M_TOS) | V_RCV_BUFSIZ(rcv_win>>10); in send_connect()1217 req->opt0l = htonl(V_RCV_BUFSIZ(rcv_win>>10)); in listen_start()1282 wscale = compute_wscale(rcv_win); in accept_cr()1290 opt0l = V_TOS((ep->tos >> 2) & M_TOS) | V_RCV_BUFSIZ(rcv_win>>10); in accept_cr()
117 static int rcv_win = 256 * 1024; variable118 module_param(rcv_win, int, 0644);119 MODULE_PARM_DESC(rcv_win, "TCP receive window in bytes (default=256KB)");466 wscale = compute_wscale(rcv_win); in send_connect()476 RCV_BUFSIZ(rcv_win>>10); in send_connect()1492 wscale = compute_wscale(rcv_win); in accept_cr()1502 RCV_BUFSIZ(rcv_win>>10); in accept_cr()
527 unsigned int rcv_win; member
1646 cdev->rcv_win); in csk_return_rx_credits()1657 must_send = credits + 16384 >= cdev->rcv_win; in csk_return_rx_credits()
1322 cdev->rcv_win = cxgb3i_rcv_win; in cxgb3i_dev_open()
1463 cdev->rcv_win = cxgb4i_rcv_win; in t4_uld_add()