Home
last modified time | relevance | path

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

12

/freebsd-13.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()
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-txrx.c132 packet->tx_packets = packet->tx_bytes = 0; in axgbe_calculate_tx_parms()
162 packet->tx_packets = pkts; in axgbe_calculate_tx_parms()
166 packet->tx_packets, packet->tx_bytes, hlen); in axgbe_calculate_tx_parms()
220 __func__, pi->ipi_len, packet->tx_packets, packet->tx_bytes, hlen); in axgbe_isc_txd_encap()
222 ring->coalesce_count += packet->tx_packets; in axgbe_isc_txd_encap()
225 else if (packet->tx_packets > pdata->tx_frames) in axgbe_isc_txd_encap()
227 else if ((ring->coalesce_count % pdata->tx_frames) < (packet->tx_packets)) in axgbe_isc_txd_encap()
H A Dxgbe.h423 unsigned int tx_packets; member
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Den_hw_tls.h69 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
H A Dmlx5_en_hw_tls.c793 MLX5E_TLS_STAT_INC(ptls_tag, tx_packets, 1); in mlx5e_sq_tls_xmit()
/freebsd-13.1/sys/dev/mlx4/
H A Dstats.h61 u64 tx_packets; member
/freebsd-13.1/sys/dev/sume/
H A Dadapter.h145 uint64_t tx_packets; member
H A Dif_sume.c1094 nf_priv->stats.tx_packets++; in sume_if_start_locked()
1372 "tx_packets", CTLFLAG_RD, &nf_priv->stats.tx_packets, 0, in sume_sysctl_init()
/freebsd-13.1/contrib/libpcap/
H A Dpcap-dos.h176 DWORD tx_packets; /* total packets transmitted */ member
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h127 unsigned long tx_packets; member
/freebsd-13.1/sys/dev/rt/
H A Dif_rtvar.h266 unsigned long tx_packets; member
/freebsd-13.1/sys/dev/iavf/
H A Diavf_iflib.h165 u64 tx_packets; member
H A Diavf_txrx_iflib.c397 ++txr->tx_packets; in iavf_isc_txd_encap()
/freebsd-13.1/sys/dev/ixl/
H A Dixl_txrx.c410 ++txr->tx_packets; in ixl_isc_txd_encap()
955 CTLFLAG_RD, &(txr->tx_packets), in ixl_vsi_add_queues_stats()
H A Dixl.h366 u64 tx_packets; member
/freebsd-13.1/sys/dev/ena/
H A Dena.h391 counter_u64_t tx_packets; member
H A Dena_sysctl.c321 &hw_stats->tx_packets, "Packets transmitted"); in ena_sysctl_add_stats()
H A Dena_datapath.c1045 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1); in ena_xmit_mbuf()
/freebsd-13.1/contrib/libpcap/pcap/
H A Dpcap.h224 u_long tx_packets; /* total packets transmitted */ member
/freebsd-13.1/contrib/wpa/src/ap/
H A Daccounting.c302 data.tx_packets)) { in accounting_sta_report()
/freebsd-13.1/sys/dev/ice/
H A Dice_iflib_txrx.c156 ++txq->stats.tx_packets; in ice_ift_txd_encap()
H A Dice_lib.h412 u64 tx_packets; member
/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c89 ssk->tx_packets++; in sdp_post_send()
H A Dsdp.h387 unsigned long tx_packets; member
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_atheros.c675 data->tx_packets = stats.is_stats.ns_tx_data; in atheros_read_sta_driver_data()
1281 drv->acct_data.tx_packets = val; in atheros_wireless_event_wireless_custom()

12