Searched refs:tx_drops (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/vnic/
H A Dnic.h268 uint64_t tx_drops; member in struct:nicvf_hw_stats
285 uint64_t tx_drops; member in struct:nicvf_drv_stats
H A Dnicvf_main.c757 return (drv_stats->tx_drops);
1602 stats->tx_drops = GET_TX_STATS(TX_DROP);
1607 drv_stats->tx_drops = stats->tx_drops;
/freebsd-11-stable/sys/dev/ena/
H A Dena.h386 counter_u64_t tx_drops; member in struct:ena_hw_stats
H A Dena_sysctl.c279 SYSCTL_ADD_COUNTER_U64(ctx, hw_list, OID_AUTO, "tx_drops", CTLFLAG_RD,
280 &hw_stats->tx_drops, "Transmit packet drops");
H A Dena.c2181 return (counter_u64_fetch(stats->tx_drops));
2942 uint64_t tx_drops; local
2947 tx_drops = ((uint64_t)desc->tx_drops_high << 32) | desc->tx_drops_low;
2950 counter_u64_zero(adapter->hw_stats.tx_drops);
2951 counter_u64_add(adapter->hw_stats.tx_drops, tx_drops);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c137 SFXGE_TX_STAT(tx_drops, drops),

Completed in 104 milliseconds