Lines Matching refs:cur_query_entry
1517 struct stats_query_entry *cur_query_entry; in bxe_prep_fw_stats_req() local
1546 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()
1565 cur_query_entry->funcID = htole16(SC_FUNC(sc)); in bxe_prep_fw_stats_req()
1566 cur_query_entry->address.hi = htole32(U64_HI(cur_data_offset)); in bxe_prep_fw_stats_req()
1567 cur_query_entry->address.lo = htole32(U64_LO(cur_data_offset)); 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()
1585 cur_query_entry->funcID = htole16(SC_FUNC(sc)); in bxe_prep_fw_stats_req()
1586 cur_query_entry->address.hi = htole32(U64_HI(cur_data_offset)); in bxe_prep_fw_stats_req()
1587 cur_query_entry->address.lo = htole32(U64_LO(cur_data_offset)); in bxe_prep_fw_stats_req()