Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c6533 uint8_t num_queue_stats; in bxe_alloc_fw_stats_mem() local
6537 num_queue_stats = BXE_NUM_ETH_QUEUES(sc); in bxe_alloc_fw_stats_mem()
6543 sc->fw_stats_num = (2 + num_queue_stats); in bxe_alloc_fw_stats_mem()
6575 (sizeof(struct per_queue_stats) * num_queue_stats)); in bxe_alloc_fw_stats_mem()