Searched refs:tx_packets (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Den_hw_tls.h67 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
/freebsd-current/sys/netlink/route/
H A Dinterface.h184 uint32_t tx_packets; /* total TX packets (IFCOUNTER_OPACKETS) */ member in struct:rtnl_link_stats
212 uint64_t tx_packets; /* total TX packets (IFCOUNTER_OPACKETS) */ member in struct:rtnl_link_stats64
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c181 priv->pkstats.tx_packets = packets;
279 priv->pkstats.tx_packets = en_stats_adder(&mlx4_en_stats->TTOT_prio_0,
353 priv->pkstats.tx_packets - priv->pkstats_last.tx_packets);
444 priv->pkstats.tx_packets = 0;
453 priv->pkstats.tx_packets += ring->packets;
479 priv->pkstats.tx_packets = vf_stats->tx_frames;
/freebsd-current/sys/dev/mlx4/
H A Dstats.h61 u64 tx_packets; member in struct:mlx4_en_pkt_stats
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-txrx.c130 packet->tx_packets = packet->tx_bytes = 0;
160 packet->tx_packets = pkts;
164 packet->tx_packets, packet->tx_bytes, hlen);
218 __func__, pi->ipi_len, packet->tx_packets, packet->tx_bytes, hlen);
220 ring->coalesce_count += packet->tx_packets;
223 else if (packet->tx_packets > pdata->tx_frames)
225 else if ((ring->coalesce_count % pdata->tx_frames) < (packet->tx_packets))
H A Dxgbe.h421 unsigned int tx_packets; member in struct:xgbe_packet_data
/freebsd-current/contrib/libpcap/
H A Dpcap-dos.h176 DWORD tx_packets; /* total packets transmitted */ member in struct:net_device_stats
/freebsd-current/sys/dev/sume/
H A Dadapter.h144 uint64_t tx_packets; member in struct:nf_stats
H A Dif_sume.c1091 nf_priv->stats.tx_packets++;
1369 "tx_packets", CTLFLAG_RD, &nf_priv->stats.tx_packets, 0,
/freebsd-current/sys/dev/iavf/
H A Diavf_iflib.h161 u64 tx_packets; member in struct:tx_ring
H A Diavf_txrx_iflib.c396 ++txr->tx_packets;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h123 unsigned long tx_packets; member in struct:net_device::__anon5
/freebsd-current/sys/dev/ena/
H A Dena.h388 counter_u64_t tx_packets; member in struct:ena_hw_stats
/freebsd-current/contrib/wpa/src/ap/
H A Daccounting.c302 data.tx_packets)) {
H A Dctrl_iface_ap.c93 data.rx_packets, data.tx_packets,
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c89 ssk->tx_packets++;
H A Dsdp.h387 unsigned long tx_packets; member in struct:sdp_sock
/freebsd-current/contrib/libpcap/pcap/
H A Dpcap.h271 u_long tx_packets; /* total packets transmitted */ member in struct:pcap_stat_ex
/freebsd-current/sys/dev/ixl/
H A Dixl.h349 u64 tx_packets; member in struct:tx_ring
H A Dixl_txrx.c409 ++txr->tx_packets;
954 CTLFLAG_RD, &(txr->tx_packets),
/freebsd-current/sys/dev/mana/
H A Dmana.h451 counter_u64_t tx_packets; member in struct:mana_port_stats
H A Dmana_sysctl.c182 SYSCTL_ADD_COUNTER_U64(ctx, stats_list, OID_AUTO, "tx_packets",
183 CTLFLAG_RD, &port_stats->tx_packets, "Packets transmitted");
/freebsd-current/sys/dev/ice/
H A Dice_lib.h429 u64 tx_packets; member in struct:tx_stats
H A Dice_iflib_txrx.c191 ++txq->stats.tx_packets;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c1102 sinfo->tx_packets = msta->wcid.stats.tx_packets;

Completed in 224 milliseconds

12