Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c667 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_tstats() argument
677 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats()
678 p_stats->fcoe_rx_data_pkt_cnt = in _qed_fcoe_get_tstats()
680 p_stats->fcoe_rx_xfer_pkt_cnt = in _qed_fcoe_get_tstats()
682 p_stats->fcoe_rx_other_pkt_cnt = in _qed_fcoe_get_tstats()
685 p_stats->fcoe_silent_drop_pkt_cmdq_full_cnt = in _qed_fcoe_get_tstats()
687 p_stats->fcoe_silent_drop_pkt_rq_full_cnt = in _qed_fcoe_get_tstats()
689 p_stats->fcoe_silent_drop_pkt_crc_error_cnt = in _qed_fcoe_get_tstats()
691 p_stats->fcoe_silent_drop_pkt_task_invalid_cnt = in _qed_fcoe_get_tstats()
693 p_stats->fcoe_silent_drop_total_pkt_cnt = in _qed_fcoe_get_tstats()
[all …]
Dqed_iscsi.c935 struct qed_iscsi_stats *p_stats) in _qed_iscsi_get_tstats() argument
945 p_stats->iscsi_rx_bytes_cnt = in _qed_iscsi_get_tstats()
947 p_stats->iscsi_rx_packet_cnt = in _qed_iscsi_get_tstats()
949 p_stats->iscsi_rx_new_ooo_isle_events_cnt = in _qed_iscsi_get_tstats()
951 p_stats->iscsi_cmdq_threshold_cnt = in _qed_iscsi_get_tstats()
953 p_stats->iscsi_rq_threshold_cnt = in _qed_iscsi_get_tstats()
955 p_stats->iscsi_immq_threshold_cnt = in _qed_iscsi_get_tstats()
961 struct qed_iscsi_stats *p_stats) in _qed_iscsi_get_mstats() argument
971 p_stats->iscsi_rx_dropped_pdus_task_not_valid = in _qed_iscsi_get_mstats()
977 struct qed_iscsi_stats *p_stats) in _qed_iscsi_get_ustats() argument
[all …]
Dqed_ll2.c2077 struct qed_ll2_stats *p_stats) in _qed_ll2_get_port_stats() argument
2087 p_stats->gsi_invalid_hdr += HILO_64_REGPAIR(port_stats.gsi_invalid_hdr); in _qed_ll2_get_port_stats()
2088 p_stats->gsi_invalid_pkt_length += in _qed_ll2_get_port_stats()
2090 p_stats->gsi_unsupported_pkt_typ += in _qed_ll2_get_port_stats()
2092 p_stats->gsi_crcchksm_error += in _qed_ll2_get_port_stats()
2099 struct qed_ll2_stats *p_stats) in _qed_ll2_get_tstats() argument
2110 p_stats->packet_too_big_discard += in _qed_ll2_get_tstats()
2112 p_stats->no_buff_discard += HILO_64_REGPAIR(tstats.no_buff_discard); in _qed_ll2_get_tstats()
2118 struct qed_ll2_stats *p_stats) in _qed_ll2_get_ustats() argument
2129 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats()
[all …]
Dqed_l2.c1636 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_pstats() argument
1647 p_stats->common.tx_ucast_bytes += in __qed_get_vport_pstats()
1649 p_stats->common.tx_mcast_bytes += in __qed_get_vport_pstats()
1651 p_stats->common.tx_bcast_bytes += in __qed_get_vport_pstats()
1653 p_stats->common.tx_ucast_pkts += in __qed_get_vport_pstats()
1655 p_stats->common.tx_mcast_pkts += in __qed_get_vport_pstats()
1657 p_stats->common.tx_bcast_pkts += in __qed_get_vport_pstats()
1659 p_stats->common.tx_err_drop_pkts += in __qed_get_vport_pstats()
1665 struct qed_eth_stats *p_stats, u16 statistics_bin) in __qed_get_vport_tstats() argument
1685 p_stats->common.mftag_filter_discards += in __qed_get_vport_tstats()
[all …]
Dqed_ll2.h242 u8 connection_handle, struct qed_ll2_stats *p_stats);
Dqed_sriov.c1535 struct pfvf_stats_info *p_stats) in qed_iov_vf_mbx_acquire_stats() argument
1537 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1540 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1541 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1544 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1545 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1548 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1549 p_stats->tstats.address = 0; in qed_iov_vf_mbx_acquire_stats()
1550 p_stats->tstats.len = 0; in qed_iov_vf_mbx_acquire_stats()
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
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()
Dehea.h343 struct port_stats p_stats; member
Dehea_main.c620 pr->p_stats.err_tcp_cksum++; in ehea_treat_poll_error()
622 pr->p_stats.err_ip_cksum++; in ehea_treat_poll_error()
624 pr->p_stats.err_frame_crc++; in ehea_treat_poll_error()
730 pr->p_stats.poll_receive_errors++; in ehea_proc_rwqes()
2078 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_port.c279 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS() local
281 p_stats->rx_packets_phy = in mlx4_en_DUMP_ETH_STATS()
285 p_stats->tx_packets_phy = in mlx4_en_DUMP_ETH_STATS()
289 p_stats->rx_bytes_phy = in mlx4_en_DUMP_ETH_STATS()
293 p_stats->tx_bytes_phy = in mlx4_en_DUMP_ETH_STATS()
298 stats->rx_packets = p_stats->rx_packets_phy; in mlx4_en_DUMP_ETH_STATS()
299 stats->tx_packets = p_stats->tx_packets_phy; in mlx4_en_DUMP_ETH_STATS()
300 stats->rx_bytes = p_stats->rx_bytes_phy; in mlx4_en_DUMP_ETH_STATS()
301 stats->tx_bytes = p_stats->tx_bytes_phy; in mlx4_en_DUMP_ETH_STATS()
/Linux-v5.4/include/linux/qed/
Dqed_rdma_if.h669 struct qed_ll2_stats *p_stats);