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

/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_tx.h225 unsigned long netdown_drops; member in struct:sfxge_txq
H A Dsfxge_tx.c134 SFXGE_TX_STAT(tx_netdown_drops, netdown_drops),
716 atomic_add_long(&txq->netdown_drops, 1);
1967 * In theory, txq->put_overflow and txq->netdown_drops
1973 txq->put_overflow + txq->netdown_drops +

Completed in 109 milliseconds