Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/
H A Dverbs.c1020 cq->cq_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_create_cq()
4437 old_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()
4479 new_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()