Searched refs:nqr (Results 1 – 4 of 4) sorted by relevance
305 for (indx = 0; indx < rdev->nqr.max_init; indx++) { in bnxt_re_dettach_irq()306 nq = &rdev->nqr.nq[indx]; in bnxt_re_dettach_irq()500 nq = &rdev->nqr.nq[0]; in bnxt_re_hwrm_dbr_pacing_nqlist_query()634 nq = &rdev->nqr.nq[0]; in bnxt_re_set_dbq_throttling_for_non_primary()654 nq = &rdev->nqr.nq[0]; in bnxt_re_handle_dbr_nq_pacing_notification()889 nq = &rdev->nqr.nq[0]; in bnxt_re_pacing_timer_exp()1008 entry = rdev->nqr.msix_entries; in bnxt_re_request_msix()1021 rdev->nqr.num_msix = num_msix_got; in bnxt_re_request_msix()1260 for (indx = 0; indx < rdev->nqr.max_init; indx++) { in bnxt_re_stop_irq()1261 nq = &rdev->nqr.nq[indx]; in bnxt_re_stop_irq()[all …]
512 struct bnxt_re_nq_record nqr; member
1268 srq->qplib_srq.eventq_hw_ring_id = rdev->nqr.nq[0].ring_id; in bnxt_re_create_srq()
1769 uint16_t nqr; /* Number of Queues Requested */ in nvme_feature_num_queues() local1778 nqr = command->cdw11 & 0xFFFF; in nvme_feature_num_queues()1779 if (nqr == 0xffff) { in nvme_feature_num_queues()1780 WPRINTF("%s: Illegal NSQR value %#x", __func__, nqr); in nvme_feature_num_queues()1785 sc->num_squeues = ONE_BASED(nqr); in nvme_feature_num_queues()1792 nqr = (command->cdw11 >> 16) & 0xFFFF; in nvme_feature_num_queues()1793 if (nqr == 0xffff) { in nvme_feature_num_queues()1794 WPRINTF("%s: Illegal NCQR value %#x", __func__, nqr); in nvme_feature_num_queues()1799 sc->num_cqueues = ONE_BASED(nqr); in nvme_feature_num_queues()