Home
last modified time | relevance | path

Searched refs:flight (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/doc/guides/eventdevs/
H A Docteontx2.rst51 - ``Maximum number of in-flight events`` (default ``8192``)
53 In **Marvell OCTEON TX2** the max number of in-flight events are only limited
55 upper limit for in-flight events.
70 SSO GGRPs i.e. queue uses DRAM & SRAM buffers to hold in-flight
/f-stack/freebsd/contrib/device-tree/Bindings/iio/light/
H A Drenesas,isl29501.txt1 * ISL29501 Time-of-flight sensor.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dbrcm,bcm7445-switch-v4.0.txt44 Admission Control Block supports reporting the number of packets in-flight in a
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3685 uint32_t flight; in bbr_ack_received() local
3694 flight = ctf_flight_size(tp, in bbr_ack_received()
3696 bbr_log_type_cwndupd(bbr, flight, 0, in bbr_ack_received()
3711 cwnd = flight + bytes_this_ack; in bbr_ack_received()
3780 uint32_t flight; in bbr_post_recovery() local
3814 flight = ctf_flight_size(tp, in bbr_post_recovery()
3914 if (flight <= tp->snd_cwnd) { in bbr_post_recovery()
11285 uint32_t flight; in bbr_state_change() local
11784 uint32_t flight; in bbr_what_can_we_send() local
11787 if (flight >= sendwin) { in bbr_what_can_we_send()
[all …]
H A Drack.c11850 uint32_t flight; in rack_what_can_we_send() local
11852 flight = ctf_flight_size(tp, rack->r_ctl.rc_sacked); in rack_what_can_we_send()
11853 if (flight >= sendwin) { in rack_what_can_we_send()
11861 len = sendwin - flight; in rack_what_can_we_send()
/f-stack/freebsd/netinet/
H A Dsctp_uio.h874 uint16_t flight; member
H A Dsctputil.c507 sctp_clog.x.wake.flight = stcb->asoc.total_flight_count; in sctp_wakeup_log()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h874 uint16_t flight; member
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst375 * Check the in-flight events for the desired queue for enqueue and dequeue.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst311 create as many priv_xforms as it expects to have stateless operations in-flight.
H A Dpacket_framework.rst1173 * Performance: Multiple packets are in-flight within the pipeline at any moment. Each packet is o…