Home
last modified time | relevance | path

Searched refs:nstats (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_stats.c1123 nstats->rx_packets = in bnx2x_net_stats_update()
1128 nstats->tx_packets = in bnx2x_net_stats_update()
1145 nstats->tx_dropped = 0; in bnx2x_net_stats_update()
1147 nstats->multicast = in bnx2x_net_stats_update()
1150 nstats->collisions = in bnx2x_net_stats_update()
1153 nstats->rx_length_errors = in bnx2x_net_stats_update()
1158 nstats->rx_crc_errors = in bnx2x_net_stats_update()
1160 nstats->rx_frame_errors = in bnx2x_net_stats_update()
1165 nstats->rx_errors = nstats->rx_length_errors + in bnx2x_net_stats_update()
1172 nstats->tx_aborted_errors = in bnx2x_net_stats_update()
[all …]
/linux/drivers/net/ethernet/renesas/
A Dravb_main.c2068 nstats = &ndev->stats; in ravb_get_stats()
2083 nstats->rx_packets = stats0->rx_packets; in ravb_get_stats()
2084 nstats->tx_packets = stats0->tx_packets; in ravb_get_stats()
2085 nstats->rx_bytes = stats0->rx_bytes; in ravb_get_stats()
2086 nstats->tx_bytes = stats0->tx_bytes; in ravb_get_stats()
2087 nstats->multicast = stats0->multicast; in ravb_get_stats()
2088 nstats->rx_errors = stats0->rx_errors; in ravb_get_stats()
2099 nstats->rx_bytes += stats1->rx_bytes; in ravb_get_stats()
2100 nstats->tx_bytes += stats1->tx_bytes; in ravb_get_stats()
2101 nstats->multicast += stats1->multicast; in ravb_get_stats()
[all …]
/linux/drivers/net/phy/mscc/
A Dmscc_main.c127 return priv->nstats; in vsc85xx_get_sset_count()
138 for (i = 0; i < priv->nstats; i++) in vsc85xx_get_strings()
168 for (i = 0; i < priv->nstats; i++) in vsc85xx_get_stats()
2212 vsc8531->nstats = ARRAY_SIZE(vsc85xx_hw_stats); in vsc8514_probe()
2213 vsc8531->stats = devm_kcalloc(&phydev->mdio.dev, vsc8531->nstats, in vsc8514_probe()
2241 vsc8531->nstats = ARRAY_SIZE(vsc8584_hw_stats); in vsc8574_probe()
2242 vsc8531->stats = devm_kcalloc(&phydev->mdio.dev, vsc8531->nstats, in vsc8574_probe()
2276 vsc8531->nstats = ARRAY_SIZE(vsc8584_hw_stats); in vsc8584_probe()
2277 vsc8531->stats = devm_kcalloc(&phydev->mdio.dev, vsc8531->nstats, in vsc8584_probe()
2316 vsc8531->nstats = ARRAY_SIZE(vsc85xx_hw_stats); in vsc85xx_probe()
[all …]
A Dmscc.h369 int nstats; member
/linux/drivers/staging/ks7010/
A Dks_hostif.c353 priv->nstats.rx_errors++; in hostif_data_indication_wpa()
429 priv->nstats.rx_errors++; in hostif_data_indication()
442 priv->nstats.rx_errors++; in hostif_data_indication()
464 priv->nstats.rx_dropped++; in hostif_data_indication()
484 priv->nstats.rx_dropped++; in hostif_data_indication()
505 priv->nstats.rx_errors++; in hostif_data_indication()
516 priv->nstats.rx_packets++; in hostif_data_indication()
517 priv->nstats.rx_bytes += rx_ind_size; in hostif_data_indication()
A Dks_wlan.h441 struct net_device_stats nstats; member
A Dks7010_sdio.c938 memset(&priv->nstats, 0, sizeof(priv->nstats)); in ks7010_private_init()
A Dks_wlan_net.c2482 return &priv->nstats; in ks_wlan_get_stats()
2511 priv->nstats.tx_errors++; in ks_wlan_tx_timeout()
2546 priv->nstats.tx_packets++; in send_packet_complete()
2552 priv->nstats.tx_bytes += skb->len; in send_packet_complete()
/linux/drivers/scsi/csiostor/
A Dcsio_mb.h51 uint8_t nstats; member
A Dcsio_mb.c1042 cmdp->u.ctl.nstats_port = FW_FCOE_STATS_CMD_NSTATS(portparams->nstats) | in csio_fcoe_read_portparams_init_mb()
1069 memcpy(dst, src, (portparams->nstats * 8)); in csio_mb_process_portparams_rsp()
A Dcsio_lnode.c1403 portparams.nstats = 6; in csio_get_phy_port_stats()
1405 portparams.nstats = 4; in csio_get_phy_port_stats()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
A Dt4vf_hw.c1779 unsigned int nstats = min(6U, rem); in t4vf_get_port_stats() local
1794 FW_VI_STATS_CMD_NSTATS_V(nstats)); in t4vf_get_port_stats()
1799 memcpy(fwsp, &rpl.u.ctl.stat0, sizeof(__be64) * nstats); in t4vf_get_port_stats()
1801 rem -= nstats; in t4vf_get_port_stats()
1802 fwsp += nstats; in t4vf_get_port_stats()

Completed in 44 milliseconds