Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c181 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 Dmlx4_en_netdev.c2830 &priv->pkstats.tx_packets, 0, "TX packets"); in mlx4_en_sysctl_stat()
/freebsd-12.1/sys/dev/mlx4/
H A Dstats.h61 u64 tx_packets; member
/freebsd-12.1/contrib/libpcap/
H A Dpcap-dos.h176 DWORD tx_packets; /* total packets transmitted */ member
/freebsd-12.1/sys/dev/rt/
H A Dif_rtvar.h266 unsigned long tx_packets; member
H A Dif_rt.c2122 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 Dena.h302 counter_u64_t tx_packets; member
H A Dena_sysctl.c227 &hw_stats->tx_packets, "Packets transmitted"); in ena_sysctl_add_stats()
H A Dena.c2317 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 Dixl_txrx.c410 ++txr->tx_packets; in ixl_isc_txd_encap()
954 CTLFLAG_RD, &(txr->tx_packets), in ixl_add_queues_sysctls()
H A Dixl.h354 u64 tx_packets; member
/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe-dev.c993 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 Dxgbe.h298 unsigned int tx_packets; member
H A Dxgbe-drv.c705 packet->tx_packets = 1; in xgbe_packet_info()
/freebsd-12.1/contrib/wpa/src/ap/
H A Daccounting.c302 data.tx_packets)) { in accounting_sta_report()
H A Dctrl_iface_ap.c67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
/freebsd-12.1/contrib/libpcap/pcap/
H A Dpcap.h223 u_long tx_packets; /* total packets transmitted */ member
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c89 ssk->tx_packets++; in sdp_post_send()
H A Dsdp.h429 unsigned long tx_packets; member
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c976 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 Den.h175 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_atheros.c679 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 Ddriver_hostap.c611 data->tx_packets = val; in hostap_read_sta_data()
H A Ddriver.h1794 unsigned long rx_packets, tx_packets; member
H A Ddriver_bsd.c750 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()

12