Searched refs:tx_bytes (Results 126 - 150 of 669) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c695 stats->tx_bytes += hw_stats[idx].tx_bytes.count;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h178 u64 tx_bytes; member in struct:qed_mcp_iscsi_stats
253 u64 tx_bytes; member in struct:qed_mfw_tlv_generic
/linux-master/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c404 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) {
405 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes;
H A Dpeak_pci.c317 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) {
318 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes;
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c220 STAT_NETDEV64(tx_bytes),
283 STAT_MIB_TX("tx_bytes", mib.tx.bytes),
461 u64 *tx_bytes, u64 *tx_packets)
476 *tx_bytes += bytes;
488 u64 tx_bytes = 0, tx_packets = 0; local
494 bcm_sysport_update_tx_stats(priv, &tx_bytes, &tx_packets);
495 stats64->tx_bytes = tx_bytes;
1888 bcm_sysport_update_tx_stats(priv, &stats->tx_bytes,
460 bcm_sysport_update_tx_stats(struct bcm_sysport_priv *priv, u64 *tx_bytes, u64 *tx_packets) argument
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet.c87 { "tx_bytes" },
139 snprintf(p, ETH_GSTRING_LEN, "p%u.tx_bytes",
167 data[i++] = dev->stats.tx_bytes;
185 data[i++] = port->stats.tx_bytes;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h142 u64 tx_bytes; member in struct:mlx5e_sw_stats
507 vf_vport->tx_bytes = rep_stats->vport_tx_bytes;
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c658 unsigned int *tx_pkts, unsigned int *tx_bytes)
710 *tx_bytes += skb->len;
858 unsigned int tx_pkts = 0, tx_bytes = 0, txq_idx; local
894 &tx_pkts, &tx_bytes);
938 netdev_tx_completed_queue(txq, tx_pkts, tx_bytes);
1684 stats->tx_bytes = GET_TX_STATS(TX_OCTS);
1732 stats->tx_bytes = hw_stats->tx_bytes;
655 nicvf_snd_pkt_handler(struct net_device *netdev, struct cqe_send_t *cqe_tx, int budget, int *subdesc_cnt, unsigned int *tx_pkts, unsigned int *tx_bytes) argument
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_rep.c190 stats64->tx_bytes = vf_rep->stats.rx_bytes;
194 stats64->rx_bytes = vf_rep->stats.tx_bytes;
H A Docteon_mailbox.c218 stats->tx_bytes += oct->instr_queue[i]->stats.tx_tot_bytes;
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c30 XGENE_STAT(tx_bytes),
/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c172 stats->tx_bytes += skbinfo->len;
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea.h364 u64 tx_bytes; member in struct:ehea_port_res
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_init.c400 GET_STATS_64(hba, stats, tx_bytes);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dsta_info.h66 u64 tx_bytes; member in struct:stainfo_stats
/linux-master/net/mac80211/
H A Dled.c251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes;
/linux-master/include/linux/usb/
H A Dserial.h56 * @tx_bytes: number of bytes currently in host stack queues
102 int tx_bytes; member in struct:usb_serial_port
/linux-master/include/uapi/linux/
H A Dopenvswitch.h122 __u64 tx_bytes; /* total bytes transmitted */ member in struct:ovs_vport_stats
/linux-master/drivers/net/thunderbolt/
H A Dmain.c125 u64 tx_bytes; member in struct:tbnet_stats
1225 net->stats.tx_bytes += skb->len;
1249 stats->tx_bytes = net->stats.tx_bytes;
/linux-master/net/smc/
H A Dsmc_stats.h79 u64 tx_bytes; member in struct:smc_stats_tech
/linux-master/net/ncsi/
H A Dncsi-pkt.h258 __be32 tx_bytes; /* Tx bytes */ member in struct:ncsi_rsp_gcps_pkt
/linux-master/net/l2tp/
H A Dl2tp_ppp.c1026 dest->tx_bytes = atomic_long_read(&stats->tx_bytes);
1519 atomic_long_read(&tunnel->stats.tx_bytes),
1568 atomic_long_read(&session->stats.tx_bytes),
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c226 n_stats->tx_bytes += written;
/linux-master/net/core/
H A Dnet-procfs.c58 stats->tx_bytes, stats->tx_packets,
/linux-master/drivers/net/can/
H A Dvxcan.c75 srcstats->tx_bytes += len;

Completed in 341 milliseconds

1234567891011>>