Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c1519 stats_hdr->cmd_num = sc->fw_stats_num; in bxe_prep_fw_stats_req()
H A Dbxe.h1675 uint8_t fw_stats_num; member
H A Dbxe.c6494 sc->fw_stats_num = 0; in bxe_free_fw_stats_mem()
6518 sc->fw_stats_num = (2 + num_queue_stats); in bxe_alloc_fw_stats_mem()
6527 ((sc->fw_stats_num / STATS_QUERY_CMD_COUNT) + in bxe_alloc_fw_stats_mem()
6528 ((sc->fw_stats_num % STATS_QUERY_CMD_COUNT) ? 1 : 0)); in bxe_alloc_fw_stats_mem()
6531 sc->fw_stats_num, num_groups); in bxe_alloc_fw_stats_mem()