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

12

/freebsd-12-stable/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,
354 priv->pkstats.tx_packets - priv->pkstats_last.tx_packets);
371 dev->if_opackets = priv->pkstats.tx_packets;
456 priv->pkstats.tx_packets = 0;
465 priv->pkstats.tx_packets += ring->packets;
491 priv->pkstats.tx_packets = vf_stats->tx_frames;
/freebsd-12-stable/sys/dev/mlx4/
H A Dstats.h61 u64 tx_packets; member in struct:mlx4_en_pkt_stats
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-dos.h176 DWORD tx_packets; /* total packets transmitted */ member in struct:net_device_stats
/freebsd-12-stable/sys/dev/sume/
H A Dadapter.h145 uint64_t tx_packets; member in struct:nf_stats
H A Dif_sume.c1094 nf_priv->stats.tx_packets++;
1372 "tx_packets", CTLFLAG_RD, &nf_priv->stats.tx_packets, 0,
/freebsd-12-stable/sys/dev/rt/
H A Dif_rtvar.h266 unsigned long tx_packets; member in struct:rt_softc
H A Dif_rt.c2122 sc->tx_packets += RT_READ(sc, CNTR_BASE + GDMA_TX_GPCNT0);
2739 "tx_packets", CTLFLAG_RD, &sc->tx_packets,
/freebsd-12-stable/sys/dev/ena/
H A Dena.h379 counter_u64_t tx_packets; member in struct:ena_hw_stats
H A Dena_sysctl.c271 SYSCTL_ADD_COUNTER_U64(ctx, hw_list, OID_AUTO, "tx_packets", CTLFLAG_RD,
272 &hw_stats->tx_packets, "Packets transmitted");
H A Dena_datapath.c1005 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1);
H A Dena_netmap.c456 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1);
/freebsd-12-stable/sys/dev/ice/
H A Dice_iflib_txrx.c154 ++txq->stats.tx_packets;
H A Dice_lib.h389 u64 tx_packets; member in struct:tx_stats
/freebsd-12-stable/contrib/wpa/src/ap/
H A Daccounting.c302 data.tx_packets)) {
H A Dctrl_iface_ap.c67 data.rx_packets, data.tx_packets,
/freebsd-12-stable/contrib/libpcap/pcap/
H A Dpcap.h224 u_long tx_packets; /* total packets transmitted */ member in struct:pcap_stat_ex
/freebsd-12-stable/sys/dev/ixl/
H A Dixl.h363 u64 tx_packets; member in struct:tx_ring
H A Dixl_txrx.c410 ++txr->tx_packets;
955 CTLFLAG_RD, &(txr->tx_packets),
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-dev.c993 ring->coalesce_count += packet->tx_packets;
996 else if (packet->tx_packets > pdata->tx_frames)
999 packet->tx_packets)
1065 rdata->tx.packets = packet->tx_packets;
H A Dxgbe.h298 unsigned int tx_packets; member in struct:xgbe_packet_data
H A Dxgbe-drv.c705 packet->tx_packets = 1;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c89 ssk->tx_packets++;
H A Dsdp.h429 unsigned long tx_packets; member in struct:sdp_sock
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1005 s->tx_packets = s->tx_unicast_packets +
1011 s->tx_csum_offload = s->tx_packets - tx_offload_none;
1033 ifp->if_opackets = s->tx_packets;
3199 retval = priv->stats.vport.tx_packets;
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c679 data->tx_packets = stats.is_stats.ns_tx_data;
1287 else if (os_strcmp(key, "tx_packets") == 0)
1288 drv->acct_data.tx_packets = val;

Completed in 391 milliseconds

12