Home
last modified time | relevance | path

Searched refs:p_stats (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
A Dqed_fcoe.c644 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_tstats() argument
655 p_stats->fcoe_rx_data_pkt_cnt = in _qed_fcoe_get_tstats()
657 p_stats->fcoe_rx_xfer_pkt_cnt = in _qed_fcoe_get_tstats()
659 p_stats->fcoe_rx_other_pkt_cnt = in _qed_fcoe_get_tstats()
670 p_stats->fcoe_silent_drop_total_pkt_cnt = in _qed_fcoe_get_tstats()
676 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_pstats() argument
687 p_stats->fcoe_tx_data_pkt_cnt = in _qed_fcoe_get_pstats()
689 p_stats->fcoe_tx_xfer_pkt_cnt = in _qed_fcoe_get_pstats()
691 p_stats->fcoe_tx_other_pkt_cnt = in _qed_fcoe_get_pstats()
696 struct qed_fcoe_stats *p_stats, in qed_fcoe_get_stats() argument
[all …]
A Dqed_iscsi.c895 p_stats->iscsi_rx_bytes_cnt = in _qed_iscsi_get_tstats()
897 p_stats->iscsi_rx_packet_cnt = in _qed_iscsi_get_tstats()
903 p_stats->iscsi_rq_threshold_cnt = in _qed_iscsi_get_tstats()
937 p_stats->iscsi_rx_data_pdu_cnt = in _qed_iscsi_get_ustats()
939 p_stats->iscsi_rx_r2t_pdu_cnt = in _qed_iscsi_get_ustats()
941 p_stats->iscsi_rx_total_pdu_cnt = in _qed_iscsi_get_ustats()
975 p_stats->iscsi_tx_data_pdu_cnt = in _qed_iscsi_get_ystats()
977 p_stats->iscsi_tx_r2t_pdu_cnt = in _qed_iscsi_get_ystats()
979 p_stats->iscsi_tx_total_pdu_cnt = in _qed_iscsi_get_ystats()
995 p_stats->iscsi_tx_bytes_cnt = in _qed_iscsi_get_pstats()
[all …]
A Dqed_ll2.c2236 struct qed_ll2_stats *p_stats) in _qed_ll2_get_port_stats() argument
2247 p_stats->gsi_invalid_pkt_length += in _qed_ll2_get_port_stats()
2249 p_stats->gsi_unsupported_pkt_typ += in _qed_ll2_get_port_stats()
2251 p_stats->gsi_crcchksm_error += in _qed_ll2_get_port_stats()
2258 struct qed_ll2_stats *p_stats) in _qed_ll2_get_tstats() argument
2269 p_stats->packet_too_big_discard += in _qed_ll2_get_tstats()
2277 struct qed_ll2_stats *p_stats) in _qed_ll2_get_ustats() argument
2299 struct qed_ll2_stats *p_stats) in _qed_ll2_get_pstats() argument
2319 struct qed_ll2_stats *p_stats) in __qed_ll2_get_stats() argument
2338 _qed_ll2_get_port_stats(p_hwfn, p_ptt, p_stats); in __qed_ll2_get_stats()
[all …]
A Dqed_l2.c1627 p_stats->common.tx_ucast_bytes += in __qed_get_vport_pstats()
1629 p_stats->common.tx_mcast_bytes += in __qed_get_vport_pstats()
1631 p_stats->common.tx_bcast_bytes += in __qed_get_vport_pstats()
1633 p_stats->common.tx_ucast_pkts += in __qed_get_vport_pstats()
1635 p_stats->common.tx_mcast_pkts += in __qed_get_vport_pstats()
1637 p_stats->common.tx_bcast_pkts += in __qed_get_vport_pstats()
1669 p_stats->common.gft_filter_drop += in __qed_get_vport_tstats()
1703 p_stats->common.rx_ucast_bytes += in __qed_get_vport_ustats()
1705 p_stats->common.rx_mcast_bytes += in __qed_get_vport_ustats()
1707 p_stats->common.rx_bcast_bytes += in __qed_get_vport_ustats()
[all …]
A Dqed_ll2.h229 u8 connection_handle, struct qed_ll2_stats *p_stats);
A Dqed_sriov.c1517 struct pfvf_stats_info *p_stats) in qed_iov_vf_mbx_acquire_stats() argument
1519 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1522 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1523 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1526 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1527 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1530 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1531 p_stats->tstats.address = 0; in qed_iov_vf_mbx_acquire_stats()
1532 p_stats->tstats.len = 0; in qed_iov_vf_mbx_acquire_stats()
/drivers/net/ethernet/ibm/ehea/
A Dehea_ethtool.c238 tmp += port->port_res[k].p_stats.poll_receive_errors; in ehea_get_ethtool_stats()
242 tmp += port->port_res[k].p_stats.err_tcp_cksum; in ehea_get_ethtool_stats()
246 tmp += port->port_res[k].p_stats.err_ip_cksum; in ehea_get_ethtool_stats()
250 tmp += port->port_res[k].p_stats.err_frame_crc; in ehea_get_ethtool_stats()
254 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
A Dehea.h344 struct port_stats p_stats; member
A Dehea_main.c624 pr->p_stats.err_tcp_cksum++; in ehea_treat_poll_error()
626 pr->p_stats.err_ip_cksum++; in ehea_treat_poll_error()
628 pr->p_stats.err_frame_crc++; in ehea_treat_poll_error()
734 pr->p_stats.poll_receive_errors++; in ehea_proc_rwqes()
2082 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/drivers/net/ethernet/mellanox/mlx4/
A Den_port.c283 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS() local
285 p_stats->rx_packets_phy = in mlx4_en_DUMP_ETH_STATS()
289 p_stats->tx_packets_phy = in mlx4_en_DUMP_ETH_STATS()
293 p_stats->rx_bytes_phy = in mlx4_en_DUMP_ETH_STATS()
297 p_stats->tx_bytes_phy = in mlx4_en_DUMP_ETH_STATS()
302 stats->rx_packets = p_stats->rx_packets_phy; in mlx4_en_DUMP_ETH_STATS()
303 stats->tx_packets = p_stats->tx_packets_phy; in mlx4_en_DUMP_ETH_STATS()
304 stats->rx_bytes = p_stats->rx_bytes_phy; in mlx4_en_DUMP_ETH_STATS()
305 stats->tx_bytes = p_stats->tx_bytes_phy; in mlx4_en_DUMP_ETH_STATS()
/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c8457 struct rtnl_hw_stats64 *p_stats) in mlxsw_sp_router_port_l3_stats_fetch() argument
8480 p_stats->rx_packets = MLXSW_SP_ROUTER_ALL_GOOD(ingress, packets); in mlxsw_sp_router_port_l3_stats_fetch()
8481 p_stats->tx_packets = MLXSW_SP_ROUTER_ALL_GOOD(egress, packets); in mlxsw_sp_router_port_l3_stats_fetch()
8482 p_stats->rx_bytes = MLXSW_SP_ROUTER_ALL_GOOD(ingress, bytes); in mlxsw_sp_router_port_l3_stats_fetch()
8483 p_stats->tx_bytes = MLXSW_SP_ROUTER_ALL_GOOD(egress, bytes); in mlxsw_sp_router_port_l3_stats_fetch()
8484 p_stats->rx_errors = ingress.error_packets; in mlxsw_sp_router_port_l3_stats_fetch()
8485 p_stats->tx_errors = egress.error_packets; in mlxsw_sp_router_port_l3_stats_fetch()
8486 p_stats->rx_dropped = ingress.discard_packets; in mlxsw_sp_router_port_l3_stats_fetch()
8487 p_stats->tx_dropped = egress.discard_packets; in mlxsw_sp_router_port_l3_stats_fetch()
8488 p_stats->multicast = ingress.good_multicast_packets + in mlxsw_sp_router_port_l3_stats_fetch()

Completed in 69 milliseconds