Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c190 struct qed_spq *p_spq) in qed_spq_hw_initialize() argument
197 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() argument
232 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 …]
Dqed_sp_commands.c31 if (p_ent->queue == &p_hwfn->p_spq->unlimited_pending) in qed_sp_destroy_request()
Dqed.h566 struct qed_spq *p_spq; member
Dqed_dev.c2249 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()