Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_bluetooth.h72 u_int32_t drops; /* number if dropped items */ member
83 (q)->drops = 0; \
97 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++
158 u_int32_t drops; /* number if dropped items */ member
168 (q)->drops = 0; \
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst94 spread is not even and causing drops.
99 #. Is there drops still seen?
109 Is there packet drops at receive or transmit?
118 RX-TX drops
147 Is there object drops in producer point for the ring library?
169 Is there object drops in consumer point for the ring library?
229 when drops occurs.
297 Custom worker function performance drops.
369 #. If there are performance drops in the enqueue stage
396 #. Isolate the flow in which the undesired drops occur. Use
[all …]
H A Drte_flow.rst22 In this example we will create a simple rule that drops packets whose IPv4
114 In this example we will create a simple rule that drops packets whose IPv4
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fq_codel.h57 uint32_t drops; member
104 si->main_q.ni.drops ++; in fq_update_stats()
105 q->stats.drops ++; in fq_update_stats()
106 si->_si.ni.drops ++; in fq_update_stats()
H A Ddn_aqm.h138 qni->drops++; in update_stats()
139 sni->drops++; in update_stats()
H A Dip_dn_glue.c147 u_int32_t drops ; member
212 u_int32_t drops ; member
597 fq7->drops = ni->drops; in dn_c_copy_q()
602 fq8->drops = ni->drops; in dn_c_copy_q()
H A Ddn_sched_fq_pie.c103 uint32_t drops; member
299 si->main_q.ni.drops ++; in fq_update_stats()
300 q->stats.drops ++; in fq_update_stats()
301 si->_si.ni.drops ++; in fq_update_stats()
H A Dip_dn_io.c544 q->ni.drops++; in dn_enqueue()
545 ni->drops++; in dn_enqueue()
/f-stack/freebsd/net/
H A Dmp_ring.c272 r->drops = counter_u64_alloc(flags); in ifmp_ring_alloc()
277 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc()
300 if (r->drops != NULL) in ifmp_ring_free()
301 counter_u64_free(r->drops); in ifmp_ring_free()
337 counter_u64_add(r->drops, n); in ifmp_ring_enqueue()
412 counter_u64_add(r->drops, n); in ifmp_ring_enqueue()
518 counter_u64_zero(r->drops); in ifmp_ring_reset_stats()
H A Dmp_ring.h56 counter_u64_t drops; member
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-access-ok-type.m42 dnl # Linux 5.0: access_ok() drops 'type' parameter:
/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_sched.c68 q->ni.drops++; in dn_enqueue()
H A Ddn_test.h111 uint32_t drops; member
/f-stack/freebsd/netinet/
H A Dip_dummynet.h188 uint32_t drops; member
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dbq2415x.txt26 constant-voltage phase drops below this value (in mA).
H A Drt9455_charger.txt12 When the current in constant-voltage phase drops
H A Dbq25890.txt17 constant-voltage phase drops below this value (in uA);
H A Dbq24257.txt14 constant-voltage phase drops below this value (in uA).
H A Drohm,bd99954.yaml100 # to the point where the battery voltage drops below this limit
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst109 full, the Tail Drop algorithm drops the new packet while leaving the queue
110 unmodified, as opposed to the Head Drop* algorithm, which drops the packet
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml25 description: Offset applied to voltages to compensate for voltage drops
/f-stack/dpdk/doc/guides/bbdevs/
H A Dacc100.rst36 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
H A Dfpga_5gnr_fec.rst34 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c152 &ng_btsocket_l2cap_raw_queue.drops, 0,
H A Dng_btsocket_hci_raw.c147 &ng_btsocket_hci_raw_queue.drops, 0,

12