| /freebsd-12.1/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_port.c | 181 priv->pkstats.tx_packets = packets; in mlx4_en_fold_software_stats() 279 priv->pkstats.tx_packets = en_stats_adder(&mlx4_en_stats->TTOT_prio_0, in mlx4_en_DUMP_ETH_STATS() 354 priv->pkstats.tx_packets - priv->pkstats_last.tx_packets); in mlx4_en_DUMP_ETH_STATS() 371 dev->if_opackets = priv->pkstats.tx_packets; in mlx4_en_DUMP_ETH_STATS() 456 priv->pkstats.tx_packets = 0; in mlx4_en_get_vport_stats() 465 priv->pkstats.tx_packets += ring->packets; in mlx4_en_get_vport_stats() 491 priv->pkstats.tx_packets = vf_stats->tx_frames; in mlx4_en_get_vport_stats()
|
| H A D | mlx4_en_netdev.c | 2830 &priv->pkstats.tx_packets, 0, "TX packets"); in mlx4_en_sysctl_stat()
|
| /freebsd-12.1/sys/dev/mlx4/ |
| H A D | stats.h | 61 u64 tx_packets; member
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-dos.h | 176 DWORD tx_packets; /* total packets transmitted */ member
|
| /freebsd-12.1/sys/dev/rt/ |
| H A D | if_rtvar.h | 266 unsigned long tx_packets; member
|
| H A D | if_rt.c | 2122 sc->tx_packets += RT_READ(sc, CNTR_BASE + GDMA_TX_GPCNT0); in rt_update_raw_counters() 2739 "tx_packets", CTLFLAG_RD, &sc->tx_packets, in rt_sysctl_attach()
|
| /freebsd-12.1/sys/dev/ena/ |
| H A D | ena.h | 302 counter_u64_t tx_packets; member
|
| H A D | ena_sysctl.c | 227 &hw_stats->tx_packets, "Packets transmitted"); in ena_sysctl_add_stats()
|
| H A D | ena.c | 2317 return (counter_u64_fetch(stats->tx_packets)); in ena_get_counter() 2842 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_xmit_mbuf()
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | ixl_txrx.c | 410 ++txr->tx_packets; in ixl_isc_txd_encap() 954 CTLFLAG_RD, &(txr->tx_packets), in ixl_add_queues_sysctls()
|
| H A D | ixl.h | 354 u64 tx_packets; member
|
| /freebsd-12.1/sys/dev/axgbe/ |
| H A D | xgbe-dev.c | 993 ring->coalesce_count += packet->tx_packets; in xgbe_dev_xmit() 996 else if (packet->tx_packets > pdata->tx_frames) in xgbe_dev_xmit() 999 packet->tx_packets) in xgbe_dev_xmit() 1065 rdata->tx.packets = packet->tx_packets; in xgbe_dev_xmit()
|
| H A D | xgbe.h | 298 unsigned int tx_packets; member
|
| H A D | xgbe-drv.c | 705 packet->tx_packets = 1; in xgbe_packet_info()
|
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | accounting.c | 302 data.tx_packets)) { in accounting_sta_report()
|
| H A D | ctrl_iface_ap.c | 67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
|
| /freebsd-12.1/contrib/libpcap/pcap/ |
| H A D | pcap.h | 223 u_long tx_packets; /* total packets transmitted */ member
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_tx.c | 89 ssk->tx_packets++; in sdp_post_send()
|
| H A D | sdp.h | 429 unsigned long tx_packets; member
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_main.c | 976 s->tx_packets = s->tx_unicast_packets + in mlx5e_update_stats_locked() 982 s->tx_csum_offload = s->tx_packets - tx_offload_none; in mlx5e_update_stats_locked() 1004 ifp->if_opackets = s->tx_packets; in mlx5e_update_stats_locked() 3138 retval = priv->stats.vport.tx_packets; in mlx5e_get_counter()
|
| H A D | en.h | 175 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
|
| /freebsd-12.1/contrib/wpa/src/drivers/ |
| H A D | driver_atheros.c | 679 data->tx_packets = stats.is_stats.ns_tx_data; in atheros_read_sta_driver_data() 1288 drv->acct_data.tx_packets = val; in atheros_wireless_event_wireless_custom()
|
| H A D | driver_hostap.c | 611 data->tx_packets = val; in hostap_read_sta_data()
|
| H A D | driver.h | 1794 unsigned long rx_packets, tx_packets; member
|
| H A D | driver_bsd.c | 750 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()
|