Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c6508 uint8_t num_queue_stats; in bxe_alloc_fw_stats_mem() local
6512 num_queue_stats = BXE_NUM_ETH_QUEUES(sc); in bxe_alloc_fw_stats_mem()
6518 sc->fw_stats_num = (2 + num_queue_stats); in bxe_alloc_fw_stats_mem()
6550 (sizeof(struct per_queue_stats) * num_queue_stats)); in bxe_alloc_fw_stats_mem()