Lines Matching defs:drops
3205 uint64_t drops;
3207 drops = 0;
3213 drops += counter_u64_fetch(txq->r->dropped);
3216 return (drops);
3268 uint64_t drops;
3270 drops = s->tx_drop;
3276 drops += counter_u64_fetch(txq->r->dropped);
3279 return (drops);
8198 T4_PORTSTAT(rx_ovflow0, "# drops due to buffer-group 0 overflows");
8199 T4_PORTSTAT(rx_ovflow1, "# drops due to buffer-group 1 overflows");
8200 T4_PORTSTAT(rx_ovflow2, "# drops due to buffer-group 2 overflows");
8201 T4_PORTSTAT(rx_ovflow3, "# drops due to buffer-group 3 overflows");
9434 sbuf_printf(sb, "Drops: %u", stats.drops);