Searched refs:shadow_rq (Results 1 – 4 of 4) sorted by relevance
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()
211 shadow_wqe = shadow_queue_get_next_to_complete(&qp->shadow_rq); in handle_ud_rq_cqe()220 shadow_queue_advance_next_to_complete(&qp->shadow_rq); in handle_ud_rq_cqe()281 while ((shadow_wqe = shadow_queue_get_next_to_consume(&qp->shadow_rq)) in mana_process_completions()287 shadow_queue_advance_consumer(&qp->shadow_rq); in mana_process_completions()
657 err = create_shadow_queue(&qp->shadow_rq, attr->cap.max_recv_wr, in mana_ib_create_ud_qp()692 destroy_shadow_queue(&qp->shadow_rq); in mana_ib_create_ud_qp()885 destroy_shadow_queue(&qp->shadow_rq); in mana_ib_destroy_ud_qp()
190 struct shadow_queue shadow_rq; member