Searched refs:s_qpp (Results 1 – 3 of 3) sorted by relevance
204 unsigned int s_qpp; in t4vf_get_sge_params() local217 s_qpp = (S_QUEUESPERPAGEPF0 + in t4vf_get_sge_params()219 sp->eq_s_qpp = ((vals[0] >> s_qpp) & M_QUEUESPERPAGEPF0); in t4vf_get_sge_params()220 sp->iq_s_qpp = ((vals[1] >> s_qpp) & M_QUEUESPERPAGEPF0); in t4vf_get_sge_params()
486 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_nm_txq_hwq() local487 uint32_t mask = (1 << s_qpp) - 1; in alloc_nm_txq_hwq()491 udb += (nm_txq->cntxt_id >> s_qpp) << PAGE_SHIFT; in alloc_nm_txq_hwq()
3499 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_iq_fl() local3500 uint32_t mask = (1 << s_qpp) - 1; in alloc_iq_fl()3504 udb += (qid >> s_qpp) << PAGE_SHIFT; in alloc_iq_fl()4054 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_eq() local4055 uint32_t mask = (1 << s_qpp) - 1; in alloc_eq()4059 udb += (eq->cntxt_id >> s_qpp) << PAGE_SHIFT; /* pg offset */ in alloc_eq()