Searched refs:rcv_win (Results 1 – 7 of 7) 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()1221 req->opt0l = htonl(V_RCV_BUFSIZ(rcv_win>>10)); in listen_start()1286 wscale = compute_wscale(rcv_win); in accept_cr()1294 opt0l = V_TOS((ep->tos >> 2) & M_TOS) | V_RCV_BUFSIZ(rcv_win>>10); in accept_cr()
132 static int rcv_win = 256 * 1024; variable133 module_param(rcv_win, int, 0644);134 MODULE_PARM_DESC(rcv_win, "TCP receive window in bytes (default=256KB)");661 wscale = compute_wscale(rcv_win); in send_connect()667 win = ep->rcv_win >> 10; in send_connect()1268 if (ep->rcv_win > RCV_BUFSIZ_M * 1024) in update_rx_credits()1269 credits += ep->rcv_win - RCV_BUFSIZ_M * 1024; in update_rx_credits()1791 wscale = compute_wscale(rcv_win); in send_fw_act_open_req()1797 win = ep->rcv_win >> 10; in send_fw_act_open_req()1866 ep->rcv_win = rcv_win; in set_tcp_window()[all …]
854 int rcv_win; member
544 unsigned int rcv_win; member
1888 cdev->rcv_win); in csk_return_rx_credits()1899 must_send = credits + 16384 >= cdev->rcv_win; in csk_return_rx_credits()
1324 cdev->rcv_win = cxgb3i_rcv_win; in cxgb3i_dev_open()
1762 cdev->rcv_win = cxgb4i_rcv_win; in t4_uld_add()