Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/qed/
Dqed_chain.h197 static inline u32 qed_chain_get_cons_idx_u32(struct qed_chain *p_chain) in qed_chain_get_cons_idx_u32() function
/Linux-v5.4/drivers/infiniband/hw/qedr/
Dverbs.c914 cq->cq_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_create_cq()
4052 old_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()
4094 new_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()