Searched refs:rx_credits (Results 1 – 1 of 1) sorted by relevance
419 int rx_credits; in t4_rcvd_locked() local424 rx_credits = sbspace(sb) > tp->rcv_wnd ? sbspace(sb) - tp->rcv_wnd : 0; in t4_rcvd_locked()425 if (rx_credits > 0 && in t4_rcvd_locked()426 (tp->rcv_wnd <= 32 * 1024 || rx_credits >= 64 * 1024 || in t4_rcvd_locked()427 (rx_credits >= 16 * 1024 && tp->rcv_wnd <= 128 * 1024) || in t4_rcvd_locked()429 rx_credits = send_rx_credits(sc, toep, rx_credits); in t4_rcvd_locked()430 tp->rcv_wnd += rx_credits; in t4_rcvd_locked()431 tp->rcv_adv += rx_credits; in t4_rcvd_locked()