Home
last modified time | relevance | path

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

123

/freebsd/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()
353 priv->pkstats.tx_packets - priv->pkstats_last.tx_packets); in mlx4_en_DUMP_ETH_STATS()
444 priv->pkstats.tx_packets = 0; in mlx4_en_get_vport_stats()
453 priv->pkstats.tx_packets += ring->packets; in mlx4_en_get_vport_stats()
479 priv->pkstats.tx_packets = vf_stats->tx_frames; in mlx4_en_get_vport_stats()
/freebsd/sys/dev/axgbe/
H A Dxgbe-txrx.c130 packet->tx_packets = packet->tx_bytes = 0; in axgbe_calculate_tx_parms()
160 packet->tx_packets = pkts; in axgbe_calculate_tx_parms()
164 packet->tx_packets, packet->tx_bytes, hlen); in axgbe_calculate_tx_parms()
218 __func__, pi->ipi_len, packet->tx_packets, packet->tx_bytes, hlen); in axgbe_isc_txd_encap()
220 ring->coalesce_count += packet->tx_packets; in axgbe_isc_txd_encap()
223 else if (packet->tx_packets > pdata->tx_frames) in axgbe_isc_txd_encap()
225 else if ((ring->coalesce_count % pdata->tx_frames) < (packet->tx_packets)) in axgbe_isc_txd_encap()
/freebsd/sys/netlink/route/
H A Dinterface.h184 uint32_t tx_packets; /* total TX packets (IFCOUNTER_OPACKETS) */ member
212 uint64_t tx_packets; /* total TX packets (IFCOUNTER_OPACKETS) */ member
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den_hw_tls.h67 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
/freebsd/sys/dev/mlx4/
H A Dstats.h61 u64 tx_packets; member
/freebsd/sys/dev/sume/
H A Dadapter.h144 uint64_t tx_packets; member
/freebsd/contrib/libpcap/
H A Dpcap-dos.h176 DWORD tx_packets; /* total packets transmitted */ member
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h161 u64 tx_packets; member
/freebsd/sys/dev/igc/
H A Dif_igc.h235 unsigned long tx_packets; member
H A Dif_igc.c888 if (txr->tx_bytes && txr->tx_packets) { in igc_neweitr()
890 bytes_packets = txr->tx_bytes/txr->tx_packets; in igc_neweitr()
891 packets = txr->tx_packets; in igc_neweitr()
1028 txr->tx_packets = 0; in igc_intr()
1074 txr->tx_packets = 0; in igc_msix_que()
H A Digc_txrx.c319 ++txr->tx_packets; in igc_isc_txd_encap()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h131 unsigned long tx_packets; member
/freebsd/sys/dev/e1000/
H A Dif_em.h400 unsigned long tx_packets; member
H A Digb_txrx.c295 ++txr->tx_packets; in igb_isc_txd_encap()
/freebsd/sys/dev/ixl/
H A Dixl.h349 u64 tx_packets; member
H A Dixl_txrx.c409 ++txr->tx_packets; in ixl_isc_txd_encap()
954 CTLFLAG_RD, &(txr->tx_packets), in ixl_vsi_add_queues_stats()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c1108 (si->data.tx_packets && in wpas_dbus_new_from_signal_information()
1110 si->data.tx_packets)) || in wpas_dbus_new_from_signal_information()
/freebsd/contrib/wpa/src/ap/
H A Daccounting.c302 data.tx_packets)) { in accounting_sta_report()
/freebsd/sys/dev/ice/
H A Dice_iflib_txrx.c191 ++txq->stats.tx_packets; in ice_ift_txd_credits_update()
/freebsd/sys/dev/mana/
H A Dmana_sysctl.c183 CTLFLAG_RD, &port_stats->tx_packets, "Packets transmitted"); in mana_sysctl_add_port()
H A Dmana.h451 counter_u64_t tx_packets; member
/freebsd/sys/dev/ena/
H A Dena.h413 counter_u64_t tx_packets; member
/freebsd/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/contrib/libpcap/pcap/
H A Dpcap.h319 u_long tx_packets; /* total packets transmitted */ member

123