Searched refs:p_spq (Results 1 – 4 of 4) sorted by relevance
190 struct qed_spq *p_spq) in qed_spq_hw_initialize() argument197 cxt_info.iid = p_spq->cid; in qed_spq_hw_initialize()203 p_spq->cid); in qed_spq_hw_initialize()221 DMA_LO_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()223 DMA_HI_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()230 struct qed_spq *p_spq, struct qed_spq_entry *p_ent) in qed_spq_hw_post() argument232 struct qed_chain *p_chain = &p_hwfn->p_spq->chain; in qed_spq_hw_post()233 struct core_db_data *p_db_data = &p_spq->db_data; in qed_spq_hw_post()252 DOORBELL(p_hwfn, p_spq->db_addr_offset, *(u32 *)p_db_data); in qed_spq_hw_post()259 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()
566 struct qed_spq *p_spq; member
2249 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()