Searched refs:tx_port_stats_ext (Results 1 – 2 of 2) sorted by relevance
2556 struct bnxt_stats_mem tx_port_stats_ext; member2799 (offsetof(struct tx_port_stats_ext, counter) / 8)
5152 stats = &bp->tx_port_stats_ext; in bnxt_init_stats()5155 tx_count = sizeof(struct tx_port_stats_ext) / 8; in bnxt_init_stats()5182 bnxt_free_stats_mem(bp, &bp->tx_port_stats_ext); in bnxt_free_port_stats()5255 if (bp->tx_port_stats_ext.hw_stats) in bnxt_alloc_stats()5260 bp->tx_port_stats_ext.len = sizeof(struct tx_port_stats_ext); in bnxt_alloc_stats()5261 rc = bnxt_alloc_stats_mem(bp, &bp->tx_port_stats_ext, true); in bnxt_alloc_stats()10408 bnxt_accumulate_stats(&bp->tx_port_stats_ext); in bnxt_accumulate_all_stats()10460 tx_stat_size = bp->tx_port_stats_ext.hw_stats ? in bnxt_hwrm_port_qstats_ext()10461 sizeof(struct tx_port_stats_ext) : 0; in bnxt_hwrm_port_qstats_ext()10463 req_qs->tx_stat_host_addr = cpu_to_le64(bp->tx_port_stats_ext.hw_stats_map); in bnxt_hwrm_port_qstats_ext()[all …]