/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_port.c | 181 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 D | xgbe-txrx.c | 130 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 D | interface.h | 184 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 D | en_hw_tls.h | 67 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
|
/freebsd/sys/dev/mlx4/ |
H A D | stats.h | 61 u64 tx_packets; member
|
/freebsd/sys/dev/sume/ |
H A D | adapter.h | 144 uint64_t tx_packets; member
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dos.h | 176 DWORD tx_packets; /* total packets transmitted */ member
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_iflib.h | 161 u64 tx_packets; member
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 235 unsigned long tx_packets; member
|
H A D | if_igc.c | 888 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 D | igc_txrx.c | 319 ++txr->tx_packets; in igc_isc_txd_encap()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | netdevice.h | 131 unsigned long tx_packets; member
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 400 unsigned long tx_packets; member
|
H A D | igb_txrx.c | 295 ++txr->tx_packets; in igb_isc_txd_encap()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | 349 u64 tx_packets; member
|
H A D | ixl_txrx.c | 409 ++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 D | dbus_new_helpers.c | 1108 (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 D | accounting.c | 302 data.tx_packets)) { in accounting_sta_report()
|
/freebsd/sys/dev/ice/ |
H A D | ice_iflib_txrx.c | 191 ++txq->stats.tx_packets; in ice_ift_txd_credits_update()
|
/freebsd/sys/dev/mana/ |
H A D | mana_sysctl.c | 183 CTLFLAG_RD, &port_stats->tx_packets, "Packets transmitted"); in mana_sysctl_add_port()
|
H A D | mana.h | 451 counter_u64_t tx_packets; member
|
/freebsd/sys/dev/ena/ |
H A D | ena.h | 413 counter_u64_t tx_packets; member
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_tx.c | 89 ssk->tx_packets++; in sdp_post_send()
|
H A D | sdp.h | 387 unsigned long tx_packets; member
|
/freebsd/contrib/libpcap/pcap/ |
H A D | pcap.h | 319 u_long tx_packets; /* total packets transmitted */ member
|