Home
last modified time | relevance | path

Searched refs:p_spq (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c197 struct qed_spq *p_spq) in qed_spq_hw_initialize() argument
204 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() argument
236 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 …]
Dqed_sp_commands.c31 if (p_ent->queue == &p_hwfn->p_spq->unlimited_pending) in qed_sp_destroy_request()
Dqed.h559 struct qed_spq *p_spq; member
Dqed_dev.c2262 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()