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()
470 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_nm_txq_hwq() local471 uint32_t mask = (1 << s_qpp) - 1; in alloc_nm_txq_hwq()475 udb += (nm_txq->cntxt_id >> s_qpp) << PAGE_SHIFT; in alloc_nm_txq_hwq()
3709 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_iq_fl_hwq() local3710 uint32_t mask = (1 << s_qpp) - 1; in alloc_iq_fl_hwq()3714 udb += (qid >> s_qpp) << PAGE_SHIFT; in alloc_iq_fl_hwq()4632 uint32_t s_qpp = sc->params.sge.eq_s_qpp; in alloc_eq_hwq() local4633 uint32_t mask = (1 << s_qpp) - 1; in alloc_eq_hwq()4637 udb += (eq->cntxt_id >> s_qpp) << PAGE_SHIFT; /* pg offset */ in alloc_eq_hwq()