Searched refs:p_spq (Results 1 – 4 of 4) sorted by relevance
197 struct qed_spq *p_spq) in qed_spq_hw_initialize() argument204 cxt_info.iid = p_spq->cid; in qed_spq_hw_initialize()210 p_spq->cid); in qed_spq_hw_initialize()228 DMA_LO_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()230 DMA_HI_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()234 struct qed_spq *p_spq, struct qed_spq_entry *p_ent) in qed_spq_hw_post() argument236 struct qed_chain *p_chain = &p_hwfn->p_spq->chain; in qed_spq_hw_post()237 struct core_db_data *p_db_data = &p_spq->db_data; in qed_spq_hw_post()256 DOORBELL(p_hwfn, p_spq->db_addr_offset, *(u32 *)p_db_data); in qed_spq_hw_post()263 p_spq->db_addr_offset, in qed_spq_hw_post()[all …]
31 if (p_ent->queue == &p_hwfn->p_spq->unlimited_pending) in qed_sp_destroy_request()
559 struct qed_spq *p_spq; member
2262 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()