Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c662 struct qed_fcoe_stats *p_stats) in _qed_fcoe_get_tstats() argument
672 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats()
673 p_stats->fcoe_rx_data_pkt_cnt = in _qed_fcoe_get_tstats()
675 p_stats->fcoe_rx_xfer_pkt_cnt = in _qed_fcoe_get_tstats()
677 p_stats->fcoe_rx_other_pkt_cnt = in _qed_fcoe_get_tstats()
680 p_stats->fcoe_silent_drop_pkt_cmdq_full_cnt = in _qed_fcoe_get_tstats()
682 p_stats->fcoe_silent_drop_pkt_rq_full_cnt = in _qed_fcoe_get_tstats()
684 p_stats->fcoe_silent_drop_pkt_crc_error_cnt = in _qed_fcoe_get_tstats()
686 p_stats->fcoe_silent_drop_pkt_task_invalid_cnt = in _qed_fcoe_get_tstats()
688 p_stats->fcoe_silent_drop_total_pkt_cnt = in _qed_fcoe_get_tstats()
[all …]
Dqed_iscsi.c934 struct qed_iscsi_stats *p_stats) in _qed_iscsi_get_tstats() argument
944 p_stats->iscsi_rx_bytes_cnt = in _qed_iscsi_get_tstats()
946 p_stats->iscsi_rx_packet_cnt = in _qed_iscsi_get_tstats()
948 p_stats->iscsi_rx_new_ooo_isle_events_cnt = in _qed_iscsi_get_tstats()
950 p_stats->iscsi_cmdq_threshold_cnt = in _qed_iscsi_get_tstats()
952 p_stats->iscsi_rq_threshold_cnt = in _qed_iscsi_get_tstats()
954 p_stats->iscsi_immq_threshold_cnt = in _qed_iscsi_get_tstats()
960 struct qed_iscsi_stats *p_stats) in _qed_iscsi_get_mstats() argument
970 p_stats->iscsi_rx_dropped_pdus_task_not_valid = in _qed_iscsi_get_mstats()
976 struct qed_iscsi_stats *p_stats) in _qed_iscsi_get_ustats() argument
[all …]
Dqed_ll2.c2054 struct qed_ll2_stats *p_stats) in _qed_ll2_get_port_stats() argument
2064 p_stats->gsi_invalid_hdr = HILO_64_REGPAIR(port_stats.gsi_invalid_hdr); in _qed_ll2_get_port_stats()
2065 p_stats->gsi_invalid_pkt_length = in _qed_ll2_get_port_stats()
2067 p_stats->gsi_unsupported_pkt_typ = in _qed_ll2_get_port_stats()
2069 p_stats->gsi_crcchksm_error = in _qed_ll2_get_port_stats()
2076 struct qed_ll2_stats *p_stats) in _qed_ll2_get_tstats() argument
2087 p_stats->packet_too_big_discard = in _qed_ll2_get_tstats()
2089 p_stats->no_buff_discard = HILO_64_REGPAIR(tstats.no_buff_discard); in _qed_ll2_get_tstats()
2095 struct qed_ll2_stats *p_stats) in _qed_ll2_get_ustats() argument
2106 p_stats->rcv_ucast_bytes = HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats()
[all …]
Dqed_l2.c1627 struct qed_eth_stats *p_stats, in __qed_get_vport_pstats() argument
1639 p_stats->common.tx_ucast_bytes += in __qed_get_vport_pstats()
1641 p_stats->common.tx_mcast_bytes += in __qed_get_vport_pstats()
1643 p_stats->common.tx_bcast_bytes += in __qed_get_vport_pstats()
1645 p_stats->common.tx_ucast_pkts += in __qed_get_vport_pstats()
1647 p_stats->common.tx_mcast_pkts += in __qed_get_vport_pstats()
1649 p_stats->common.tx_bcast_pkts += in __qed_get_vport_pstats()
1651 p_stats->common.tx_err_drop_pkts += in __qed_get_vport_pstats()
1657 struct qed_eth_stats *p_stats, in __qed_get_vport_tstats() argument
1678 p_stats->common.mftag_filter_discards += in __qed_get_vport_tstats()
[all …]
Dqed_ll2.h241 u8 connection_handle, struct qed_ll2_stats *p_stats);
Dqed_sriov.c1533 struct pfvf_stats_info *p_stats) in qed_iov_vf_mbx_acquire_stats() argument
1535 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1538 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1539 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1542 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1543 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats()
1546 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
1547 p_stats->tstats.address = 0; in qed_iov_vf_mbx_acquire_stats()
1548 p_stats->tstats.len = 0; in qed_iov_vf_mbx_acquire_stats()
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c252 tmp += port->port_res[k].p_stats.poll_receive_errors; in ehea_get_ethtool_stats()
256 tmp += port->port_res[k].p_stats.err_tcp_cksum; in ehea_get_ethtool_stats()
260 tmp += port->port_res[k].p_stats.err_ip_cksum; in ehea_get_ethtool_stats()
264 tmp += port->port_res[k].p_stats.err_frame_crc; in ehea_get_ethtool_stats()
268 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
Dehea.h357 struct port_stats p_stats; member
Dehea_main.c634 pr->p_stats.err_tcp_cksum++; in ehea_treat_poll_error()
636 pr->p_stats.err_ip_cksum++; in ehea_treat_poll_error()
638 pr->p_stats.err_frame_crc++; in ehea_treat_poll_error()
744 pr->p_stats.poll_receive_errors++; in ehea_proc_rwqes()
2097 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/Linux-v4.19/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-v4.19/include/linux/qed/
Dqed_rdma_if.h678 struct qed_ll2_stats *p_stats);