Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c1517 struct stats_query_entry *cur_query_entry; in bxe_prep_fw_stats_req() local
1548 cur_query_entry->kind = STATS_TYPE_PORT; in bxe_prep_fw_stats_req()
1550 cur_query_entry->index = SC_PORT(sc); in bxe_prep_fw_stats_req()
1552 cur_query_entry->funcID = htole16(SC_FUNC(sc)); in bxe_prep_fw_stats_req()
1562 cur_query_entry->kind = STATS_TYPE_PF; in bxe_prep_fw_stats_req()
1564 cur_query_entry->index = SC_PORT(sc); in bxe_prep_fw_stats_req()
1565 cur_query_entry->funcID = htole16(SC_FUNC(sc)); in bxe_prep_fw_stats_req()
1580 cur_query_entry = in bxe_prep_fw_stats_req()
1583 cur_query_entry->kind = STATS_TYPE_QUEUE; in bxe_prep_fw_stats_req()
1584 cur_query_entry->index = bxe_stats_id(&sc->fp[i]); in bxe_prep_fw_stats_req()
[all …]