rx_port_stats_ext
u64 *rx_port_stats_ext = bn->rx_port_stats_ext.sw_stats;
buf[j] = *(rx_port_stats_ext +
buf[j] = *(rx_port_stats_ext + n);
buf[j] = *(rx_port_stats_ext + n);
rx = bn->rx_port_stats_ext.sw_stats;
req_qs->rx_stat_size = cpu_to_le16(sizeof(struct rx_port_stats_ext));
cpu_to_le64(bn->rx_port_stats_ext.hw_stats_map);
stats = &bn->rx_port_stats_ext;
rx_count = sizeof(struct rx_port_stats_ext) / 8;
bnge_free_stats_mem(bn, &bn->rx_port_stats_ext);
if (!bn->rx_port_stats_ext.hw_stats) {
bn->rx_port_stats_ext.len = sizeof(struct rx_port_stats_ext);
rc = bnge_alloc_stats_mem(bn, &bn->rx_port_stats_ext, true);
bnge_accumulate_stats(&bn->rx_port_stats_ext);
(offsetof(struct rx_port_stats_ext, counter) / 8)
struct bnge_stats_mem rx_port_stats_ext;
bnxt_accumulate_stats(&bp->rx_port_stats_ext);
req_qs->rx_stat_size = cpu_to_le16(sizeof(struct rx_port_stats_ext));
req_qs->rx_stat_host_addr = cpu_to_le64(bp->rx_port_stats_ext.hw_stats_map);
stats = &bp->rx_port_stats_ext;
rx_count = sizeof(struct rx_port_stats_ext) / 8;
bnxt_free_stats_mem(bp, &bp->rx_port_stats_ext);
if (bp->rx_port_stats_ext.hw_stats)
bp->rx_port_stats_ext.len = sizeof(struct rx_port_stats_ext);
rc = bnxt_alloc_stats_mem(bp, &bp->rx_port_stats_ext, true);
struct bnxt_stats_mem rx_port_stats_ext;
(offsetof(struct rx_port_stats_ext, counter) / 8)
rx = bp->rx_port_stats_ext.sw_stats;
rx = bp->rx_port_stats_ext.sw_stats;
rx = bp->rx_port_stats_ext.sw_stats;
u64 *rx_port_stats_ext = bp->rx_port_stats_ext.sw_stats;
buf[j] = *(rx_port_stats_ext +
buf[j] = *(rx_port_stats_ext + n);
buf[j] = *(rx_port_stats_ext + n);