Searched refs:s_qpp (Results 1 – 3 of 3) sorted by relevance
205 unsigned int s_qpp; in t4vf_get_sge_params() local218 s_qpp = (S_QUEUESPERPAGEPF0 + in t4vf_get_sge_params()220 sp->eq_s_qpp = ((vals[0] >> s_qpp) & M_QUEUESPERPAGEPF0); in t4vf_get_sge_params()221 sp->iq_s_qpp = ((vals[1] >> s_qpp) & M_QUEUESPERPAGEPF0); in t4vf_get_sge_params()
463 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_nm_txq_hwq() local464 uint32_t mask = (1 << s_qpp) - 1; in alloc_nm_txq_hwq()468 udb += (nm_txq->cntxt_id >> s_qpp) << PAGE_SHIFT; in alloc_nm_txq_hwq()
3648 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_iq_fl_hwq() local3649 uint32_t mask = (1 << s_qpp) - 1; in alloc_iq_fl_hwq()3653 udb += (qid >> s_qpp) << PAGE_SHIFT; in alloc_iq_fl_hwq()4484 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_eq_hwq() local4485 uint32_t mask = (1 << s_qpp) - 1; in alloc_eq_hwq()4489 udb += (eq->cntxt_id >> s_qpp) << PAGE_SHIFT; /* pg offset */ in alloc_eq_hwq()