Searched refs:tx_drops (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/dev/enic/ |
| H A D | vnic_stats.h | 19 u64 tx_drops; member
|
| H A D | if_enic.c | 1262 &stats->tx.tx_drops, "TX drops"); in enic_setup_txq_sysctl()
|
| /freebsd/sys/dev/vnic/ |
| H A D | nic.h | 266 uint64_t tx_drops; member 283 uint64_t tx_drops; member
|
| H A D | nicvf_main.c | 735 return (drv_stats->tx_drops); in nicvf_if_getcounter() 1580 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats() 1585 drv_stats->tx_drops = stats->tx_drops; in nicvf_update_stats()
|
| /freebsd/sys/dev/aq/ |
| H A D | aq_ring.h | 141 uint64_t tx_drops; member
|
| H A D | aq_main.c | 1303 CTLFLAG_RD, &(ring->stats.tx_drops), "TX Drops");
|
| /freebsd/sys/dev/ena/ |
| H A D | ena.h | 419 counter_u64_t tx_drops; member
|
| H A D | ena.c | 2336 return (counter_u64_fetch(stats->tx_drops)); in ena_get_counter() 3093 uint64_t tx_drops; in ena_keep_alive_wd() local 3098 tx_drops = ((uint64_t)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive_wd() 3101 counter_u64_zero(adapter->hw_stats.tx_drops); in ena_keep_alive_wd() 3102 counter_u64_add(adapter->hw_stats.tx_drops, tx_drops); in ena_keep_alive_wd()
|
| H A D | ena_sysctl.c | 421 &hw_stats->tx_drops, "Transmit packet drops"); in ena_sysctl_add_stats()
|
| /freebsd/sys/dev/mana/ |
| H A D | mana_sysctl.c | 211 CTLFLAG_RD, &port_stats->tx_drops, "Transmit packet drops"); in mana_sysctl_add_port()
|
| H A D | mana.h | 471 counter_u64_t tx_drops; member
|
| H A D | mana_en.c | 141 return (counter_u64_fetch(stats->tx_drops)); in mana_get_counter() 817 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit() 825 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
|
| /freebsd/sys/dev/sfxge/ |
| H A D | sfxge_tx.c | 135 SFXGE_TX_STAT(tx_drops, drops),
|