Home
last modified time | relevance | path

Searched refs:npkt (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_sunreno.c149 int npkt; in sunreno_cong_signal() local
156 npkt = ((CCV(ccv, tcp_snxt) - CCV(ccv, tcp_suna)) >> 1) / mss; in sunreno_cong_signal()
162 CCV(ccv, tcp_cwnd_ssthresh) = MAX(npkt, 2) * in sunreno_cong_signal()
164 CCV(ccv, tcp_cwnd) = (npkt + in sunreno_cong_signal()
172 CCV(ccv, tcp_cwnd_ssthresh) = MAX(npkt, 2) * mss; in sunreno_cong_signal()
173 CCV(ccv, tcp_cwnd) = npkt * mss; in sunreno_cong_signal()
197 npkt = CCV(ccv, tcp_cwnd_ssthresh) / 2 / mss; in sunreno_cong_signal()
198 CCV(ccv, tcp_cwnd_ssthresh) = MAX(npkt, 2) * mss; in sunreno_cong_signal()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c437 uint_t npkt = 0; in xhci_transfer_get_tdsize() local
446 npkt += len / mps; in xhci_transfer_get_tdsize()
452 if (npkt >= XHCI_MAX_TDSIZE) in xhci_transfer_get_tdsize()
455 return (npkt); in xhci_transfer_get_tdsize()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c54 uint8_t npkt; /* # of packets in this work request */ member
1187 ASSERT(txpkts.npkt == 0); in t4_eth_tx()
1222 if (txpkts.npkt > 0) in t4_eth_tx()
2752 if (txpkts->npkt > 0) { in add_to_txpkts()
2762 txpkts->npkt++; in add_to_txpkts()
2785 ASSERT(txpkts->npkt == 0); in add_to_txpkts()
2799 txpkts->npkt = 1; in add_to_txpkts()
2838 wr->npkt = txpkts->npkt; in write_txpkts_wr()
2857 txq->txpkts_pkts += txpkts->npkt; in write_txpkts_wr()
2859 txpkts->npkt = 0; /* emptied */ in write_txpkts_wr()
[all …]
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2038 int firstlen, hdrlen, lastlen, lastlen0, npkt, overlen, paylen; in rtw_compute_duration() local
2051 npkt = paylen / fraglen; in rtw_compute_duration()
2054 if (npkt == 0) /* no fragments */ in rtw_compute_duration()
2058 npkt++; in rtw_compute_duration()
2063 *npktp = npkt; in rtw_compute_duration()
2065 if (npkt > 1) in rtw_compute_duration()
2079 if (npkt <= 1) { in rtw_compute_duration()
2096 int npkt, rate; in rtw_assembly_80211() local
2201 rate, &d0, &dn, &npkt) == -1) { in rtw_assembly_80211()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2630 int npkt; in tcp_rput_data() local
3439 tcp->tcp_cwnd = npkt * mss; in tcp_rput_data()
3444 if (npkt == 0) { in tcp_rput_data()
3530 npkt = (MIN(tcp->tcp_cwnd, in tcp_rput_data()
3532 if (npkt < 2) in tcp_rput_data()
3533 npkt = 2; in tcp_rput_data()
3535 tcp->tcp_cwnd = (npkt + in tcp_rput_data()
4364 uint32_t npkt; in tcp_timer() local
4372 if (npkt < 2) in tcp_timer()
4373 npkt = 2; in tcp_timer()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c7178 sadb_set_lpkt(ipsa_t *ipsa, mblk_t *npkt, ip_recv_attr_t *ira) argument
7196 ip_drop_input("ipIfStatsInDiscards", npkt, ill);
7197 freemsg(npkt);
7201 attrmp->b_cont = npkt;
7204 npkt = NULL;
7229 return (npkt);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5775 uint32_t npkt; in tcp_icmp_input() local
5777 npkt = ((tcp->tcp_snxt - tcp->tcp_suna) >> 1) / in tcp_icmp_input()
5779 tcp->tcp_cwnd_ssthresh = MAX(npkt, 2) * tcp->tcp_mss; in tcp_icmp_input()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h762 __u8 npkt; member
1171 __u8 npkt; member