Searched refs:drops (Results 26 - 49 of 49) sorted by relevance

12

/freebsd-12-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h436 u32 drops; member in struct:wtp_type_3
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c151 &ng_btsocket_l2cap_raw_queue.drops, 0,
152 "Bluetooth raw L2CAP sockets input queue drops");
H A Dng_btsocket_hci_raw.c146 &ng_btsocket_hci_raw_queue.drops, 0,
147 "Bluetooth raw HCI sockets input queue drops");
H A Dng_btsocket_sco.c131 &ng_btsocket_sco_queue.drops, 0,
132 "Bluetooth SEQPACKET SCO sockets input queue drops");
H A Dng_btsocket_l2cap.c132 &ng_btsocket_l2cap_queue.drops, 0,
133 "Bluetooth SEQPACKET L2CAP sockets input queue drops");
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c2253 uint64_t drops; local
2255 drops = 0;
2258 drops += sc->sge.qs[i].txq[TXQ_ETH].txq_mr->br_drops;
2261 return (drops);
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h141 u64 rx_ovflow0; /* drops due to buffer-group 0 overflows */
142 u64 rx_ovflow1; /* drops due to buffer-group 1 overflows */
143 u64 rx_ovflow2; /* drops due to buffer-group 2 overflows */
144 u64 rx_ovflow3; /* drops due to buffer-group 3 overflows */
188 u32 drops; member in struct:tp_usm_stats
H A Dt4_hw.c6260 st->drops = val[1];
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c2269 uint64_t drops; local
2271 drops = 0;
2277 drops += counter_u64_fetch(txq->r->dropped);
2280 return (drops);
2334 uint64_t drops; local
2336 drops = s->tx_drop;
2342 drops += counter_u64_fetch(txq->r->dropped);
2345 return (drops);
6849 T4_PORTSTAT(rx_ovflow0, "# drops due to buffer-group 0 overflows");
6850 T4_PORTSTAT(rx_ovflow1, "# drops du
[all...]
/freebsd-12-stable/contrib/binutils/
H A Dconfig.sub1229 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
/freebsd-12-stable/crypto/heimdal/
H A Dconfig.sub1305 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-12-stable/sbin/ipfw/
H A Ddummynet.c467 ni->length, ni->len_bytes, ni->drops);
/freebsd-12-stable/contrib/ncurses/
H A Dconfig.sub1379 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1396 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
/freebsd-12-stable/contrib/openpam/
H A Dconfig.sub1393 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
/freebsd-12-stable/contrib/sqlite3/
H A Dconfig.sub1391 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql709 /* Format 99 drops all columns not needed due to previous format upgrades.
/freebsd-12-stable/contrib/libevent/
H A Dconfig.sub1396 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
/freebsd-12-stable/contrib/ldns/
H A Dconfig.sub1401 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
/freebsd-12-stable/contrib/dialog/
H A Dconfig.sub1377 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-12-stable/contrib/byacc/
H A Dconfig.sub1414 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
/freebsd-12-stable/crypto/openssh/
H A Dconfig.sub1409 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
/freebsd-12-stable/sys/dev/oce/
H A Doce_hw.h3416 uint64_t drops; member in struct:queue_stats
/freebsd-12-stable/sys/net/
H A Diflib.c6785 CTLFLAG_RD, &txq->ift_br->drops,
6786 "# of drops in the mp_ring for this queue");

Completed in 485 milliseconds

12