Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bxe/
HDbxe_stats.c1519 stats_hdr->cmd_num = sc->fw_stats_num; in bxe_prep_fw_stats_req()
HDbxe.h1686 uint8_t fw_stats_num; member
HDbxe.c6517 sc->fw_stats_num = 0; in bxe_free_fw_stats_mem()
6541 sc->fw_stats_num = (2 + num_queue_stats); in bxe_alloc_fw_stats_mem()
6550 ((sc->fw_stats_num / STATS_QUERY_CMD_COUNT) + in bxe_alloc_fw_stats_mem()
6551 ((sc->fw_stats_num % STATS_QUERY_CMD_COUNT) ? 1 : 0)); in bxe_alloc_fw_stats_mem()
6554 sc->fw_stats_num, num_groups); in bxe_alloc_fw_stats_mem()