Home
last modified time | relevance | path

Searched refs:lstats (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/bfa/
A Dbfa_fcpim.c323 bfa_fcpim_add_iostats(lstats, rstats, total_ios); in bfa_fcpim_add_stats()
324 bfa_fcpim_add_iostats(lstats, rstats, qresumes); in bfa_fcpim_add_stats()
325 bfa_fcpim_add_iostats(lstats, rstats, no_iotags); in bfa_fcpim_add_stats()
326 bfa_fcpim_add_iostats(lstats, rstats, io_aborts); in bfa_fcpim_add_stats()
327 bfa_fcpim_add_iostats(lstats, rstats, no_tskims); in bfa_fcpim_add_stats()
342 bfa_fcpim_add_iostats(lstats, rstats, onlines); in bfa_fcpim_add_stats()
343 bfa_fcpim_add_iostats(lstats, rstats, offlines); in bfa_fcpim_add_stats()
344 bfa_fcpim_add_iostats(lstats, rstats, creates); in bfa_fcpim_add_stats()
345 bfa_fcpim_add_iostats(lstats, rstats, deletes); in bfa_fcpim_add_stats()
353 bfa_fcpim_add_iostats(lstats, rstats, tm_cmnds); in bfa_fcpim_add_stats()
[all …]
/drivers/net/ethernet/cavium/liquidio/
A Dlio_vf_main.c1173 struct rtnl_link_stats64 *lstats) in liquidio_get_stats64() argument
1195 lstats->tx_packets = pkts; in liquidio_get_stats64()
1196 lstats->tx_bytes = bytes; in liquidio_get_stats64()
1197 lstats->tx_dropped = drop; in liquidio_get_stats64()
1214 lstats->rx_bytes = bytes; in liquidio_get_stats64()
1215 lstats->rx_packets = pkts; in liquidio_get_stats64()
1216 lstats->rx_dropped = drop; in liquidio_get_stats64()
1227 lstats->rx_errors = lstats->rx_length_errors + lstats->rx_crc_errors + in liquidio_get_stats64()
1228 lstats->rx_frame_errors; in liquidio_get_stats64()
1234 lstats->tx_errors = lstats->tx_aborted_errors + in liquidio_get_stats64()
[all …]
A Dlio_main.c2060 lstats->tx_packets = pkts; in liquidio_get_stats64()
2061 lstats->tx_bytes = bytes; in liquidio_get_stats64()
2062 lstats->tx_dropped = drop; in liquidio_get_stats64()
2079 lstats->rx_bytes = bytes; in liquidio_get_stats64()
2080 lstats->rx_packets = pkts; in liquidio_get_stats64()
2081 lstats->rx_dropped = drop; in liquidio_get_stats64()
2095 lstats->rx_errors = lstats->rx_length_errors + lstats->rx_crc_errors + in liquidio_get_stats64()
2096 lstats->rx_frame_errors + lstats->rx_fifo_errors; in liquidio_get_stats64()
2103 lstats->tx_errors = lstats->tx_aborted_errors + in liquidio_get_stats64()
2104 lstats->tx_carrier_errors + in liquidio_get_stats64()
[all …]
A Dlio_ethtool.c1445 data[i++] = lstats.rx_packets; in lio_get_ethtool_stats()
1447 data[i++] = lstats.tx_packets; in lio_get_ethtool_stats()
1449 data[i++] = lstats.rx_bytes; in lio_get_ethtool_stats()
1451 data[i++] = lstats.tx_bytes; in lio_get_ethtool_stats()
1452 data[i++] = lstats.rx_errors + in lio_get_ethtool_stats()
1457 data[i++] = lstats.tx_errors; in lio_get_ethtool_stats()
1734 data[i++] = lstats.rx_packets; in lio_vf_get_ethtool_stats()
1738 data[i++] = lstats.rx_bytes; in lio_vf_get_ethtool_stats()
1740 data[i++] = lstats.tx_bytes; in lio_vf_get_ethtool_stats()
1741 data[i++] = lstats.rx_errors; in lio_vf_get_ethtool_stats()
[all …]
/drivers/net/ethernet/broadcom/asp2/
A Dbcmasp_intf.c1152 struct bcmasp_intf_stats64 *lstats; in bcmasp_get_stats64() local
1155 lstats = &intf->stats64; in bcmasp_get_stats64()
1158 start = u64_stats_fetch_begin(&lstats->syncp); in bcmasp_get_stats64()
1159 stats->rx_packets = u64_stats_read(&lstats->rx_packets); in bcmasp_get_stats64()
1160 stats->rx_bytes = u64_stats_read(&lstats->rx_bytes); in bcmasp_get_stats64()
1161 stats->rx_dropped = u64_stats_read(&lstats->rx_dropped); in bcmasp_get_stats64()
1162 stats->rx_crc_errors = u64_stats_read(&lstats->rx_crc_errs); in bcmasp_get_stats64()
1163 stats->rx_frame_errors = u64_stats_read(&lstats->rx_sym_errs); in bcmasp_get_stats64()
1166 stats->tx_packets = u64_stats_read(&lstats->tx_packets); in bcmasp_get_stats64()
1167 stats->tx_bytes = u64_stats_read(&lstats->tx_bytes); in bcmasp_get_stats64()
[all …]
/drivers/net/ethernet/toshiba/
A Dtc35815.c397 } lstats; member
1410 lp->lstats.rx_ints++; in tc35815_do_interrupt()
1414 lp->lstats.tx_ints++; in tc35815_do_interrupt()
1693 lp->lstats.tx_underrun++; in tc35815_check_tx_stat()
1796 if (lp->lstats.max_tx_qlen < qlen) in tc35815_txdone()
1797 lp->lstats.max_tx_qlen = qlen; in tc35815_txdone()
1977 return sizeof(lp->lstats) / sizeof(int); in tc35815_get_sset_count()
1986 data[0] = lp->lstats.max_tx_qlen; in tc35815_get_ethtool_stats()
1987 data[1] = lp->lstats.tx_ints; in tc35815_get_ethtool_stats()
1988 data[2] = lp->lstats.rx_ints; in tc35815_get_ethtool_stats()
[all …]
/drivers/target/iscsi/
A Discsi_target_stat.c546 struct iscsi_logout_stats *lstats = &tiqn->logout_stats; in iscsi_stat_logout_normal_logouts_show() local
548 return snprintf(page, PAGE_SIZE, "%u\n", lstats->normal_logouts); in iscsi_stat_logout_normal_logouts_show()
555 struct iscsi_logout_stats *lstats = &tiqn->logout_stats; in iscsi_stat_logout_abnormal_logouts_show() local
557 return snprintf(page, PAGE_SIZE, "%u\n", lstats->abnormal_logouts); in iscsi_stat_logout_abnormal_logouts_show()
/drivers/net/
A Dloopback.c108 lb_stats = per_cpu_ptr(dev->lstats, i); in dev_lstats_read()

Completed in 37 milliseconds