Searched refs:netdown_drops (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.h225 unsigned long netdown_drops; member in struct:sfxge_txq
H A Dsfxge_tx.c141 SFXGE_TX_STAT(tx_netdown_drops, netdown_drops),
722 atomic_add_long(&txq->netdown_drops, 1);
1979 * In theory, txq->put_overflow and txq->netdown_drops
1985 txq->put_overflow + txq->netdown_drops +

Completed in 76 milliseconds