Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/infiniband/hw/qedr/
Dverbs.c976 cq->cq_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_create_cq()
4196 old_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()
4238 new_cons = qed_chain_get_cons_idx_u32(&cq->pbl); in qedr_poll_cq()