Lines Matching refs:bb
380 struct qede_stats_bb *p_bb = &edev->stats.bb; in qede_fill_by_demand_stats()
383 stats.bb.rx_1519_to_1522_byte_packets; in qede_fill_by_demand_stats()
385 stats.bb.rx_1519_to_2047_byte_packets; in qede_fill_by_demand_stats()
387 stats.bb.rx_2048_to_4095_byte_packets; in qede_fill_by_demand_stats()
389 stats.bb.rx_4096_to_9216_byte_packets; in qede_fill_by_demand_stats()
391 stats.bb.rx_9217_to_16383_byte_packets; in qede_fill_by_demand_stats()
393 stats.bb.tx_1519_to_2047_byte_packets; in qede_fill_by_demand_stats()
395 stats.bb.tx_2048_to_4095_byte_packets; in qede_fill_by_demand_stats()
397 stats.bb.tx_4096_to_9216_byte_packets; in qede_fill_by_demand_stats()
399 stats.bb.tx_9217_to_16383_byte_packets; in qede_fill_by_demand_stats()
400 p_bb->tx_lpi_entry_count = stats.bb.tx_lpi_entry_count; in qede_fill_by_demand_stats()
401 p_bb->tx_total_collisions = stats.bb.tx_total_collisions; in qede_fill_by_demand_stats()
440 stats->collisions = edev->stats.bb.tx_total_collisions; in qede_get_stats64()