Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/qed/
H A Dqed_chain.h201 static inline u32 qed_chain_get_cons_idx_u32(const struct qed_chain *chain) in qed_chain_get_cons_idx_u32() function
231 u64 cons = qed_chain_get_cons_idx_u32(chain); in qed_chain_get_elem_used_u32()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c1025 cq->cq_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_create_cq()
4431 old_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()
4473 new_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()