Searched refs:shadow_rq (Results 1 – 4 of 4) sorted by relevance
209 shadow_wqe = shadow_queue_get_next_to_complete(&qp->shadow_rq); in handle_ud_rq_cqe()218 shadow_queue_advance_next_to_complete(&qp->shadow_rq); in handle_ud_rq_cqe()279 while ((shadow_wqe = shadow_queue_get_next_to_consume(&qp->shadow_rq)) in mana_process_completions()285 shadow_queue_advance_consumer(&qp->shadow_rq); in mana_process_completions()
20 if (shadow_queue_full(&qp->shadow_rq)) in mana_ib_post_recv_ud()38 shadow_wqe = shadow_queue_producer_entry(&qp->shadow_rq); in mana_ib_post_recv_ud()43 shadow_queue_advance_producer(&qp->shadow_rq); in mana_ib_post_recv_ud()
658 err = create_shadow_queue(&qp->shadow_rq, attr->cap.max_recv_wr, in mana_ib_create_ud_qp()693 destroy_shadow_queue(&qp->shadow_rq); in mana_ib_create_ud_qp()877 destroy_shadow_queue(&qp->shadow_rq); in mana_ib_destroy_ud_qp()
183 struct shadow_queue shadow_rq; member
Completed in 14 milliseconds