Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c148 struct qed_spq *p_spq) in qed_spq_hw_initialize() argument
156 cxt_info.iid = p_spq->cid; in qed_spq_hw_initialize()
162 p_spq->cid); in qed_spq_hw_initialize()
182 DMA_LO_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()
184 DMA_HI_LE(p_spq->chain.p_phys_addr); in qed_spq_hw_initialize()
193 struct qed_spq *p_spq, in qed_spq_hw_post() argument
196 struct qed_chain *p_chain = &p_hwfn->p_spq->chain; in qed_spq_hw_post()
226 DOORBELL(p_hwfn, qed_db_addr(p_spq->cid, DQ_DEMS_LEGACY), *(u32 *)&db); in qed_spq_hw_post()
233 qed_db_addr(p_spq->cid, DQ_DEMS_LEGACY), in qed_spq_hw_post()
234 p_spq->cid, db.params, db.agg_flags, in qed_spq_hw_post()
[all …]
Dqed.h273 struct qed_spq *p_spq; member