Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c214 struct qed_spq *p_spq) in qed_spq_hw_initialize() argument
221 cxt_info.iid = p_spq->cid; in qed_spq_hw_initialize()
227 p_spq->cid); in qed_spq_hw_initialize()
245 DMA_LO_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()
247 DMA_HI_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()
254 struct qed_spq *p_spq, struct qed_spq_entry *p_ent) in qed_spq_hw_post() argument
256 struct qed_chain *p_chain = &p_hwfn->p_spq->chain; in qed_spq_hw_post()
282 DOORBELL(p_hwfn, qed_db_addr(p_spq->cid, DQ_DEMS_LEGACY), *(u32 *)&db); in qed_spq_hw_post()
289 qed_db_addr(p_spq->cid, DQ_DEMS_LEGACY), in qed_spq_hw_post()
290 p_spq->cid, db.params, db.agg_flags, in qed_spq_hw_post()
[all …]
Dqed.h564 struct qed_spq *p_spq; member
Dqed_dev.c1014 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()