Searched refs:cur_query_entry (Results 1 – 1 of 1) sorted by relevance
1517 struct stats_query_entry *cur_query_entry; in bxe_prep_fw_stats_req() local1546 cur_query_entry = &sc->fw_stats_req->query[BXE_PORT_QUERY_IDX]; in bxe_prep_fw_stats_req()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()1553 cur_query_entry->address.hi = htole32(U64_HI(cur_data_offset)); in bxe_prep_fw_stats_req()1554 cur_query_entry->address.lo = htole32(U64_LO(cur_data_offset)); in bxe_prep_fw_stats_req()1560 cur_query_entry = &sc->fw_stats_req->query[BXE_PF_QUERY_IDX]; 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()[all …]