Searched refs:shadow_sq (Results 1 – 4 of 4) sorted by relevance
97 if (shadow_queue_full(&qp->shadow_sq)) in mana_ib_post_send_ud()133 shadow_wqe = shadow_queue_producer_entry(&qp->shadow_sq); in mana_ib_post_send_ud()138 shadow_queue_advance_producer(&qp->shadow_sq); in mana_ib_post_send_ud()
195 shadow_wqe = shadow_queue_get_next_to_complete(&qp->shadow_sq); in handle_ud_sq_cqe()202 shadow_queue_advance_next_to_complete(&qp->shadow_sq); in handle_ud_sq_cqe()268 while ((shadow_wqe = shadow_queue_get_next_to_consume(&qp->shadow_sq)) in mana_process_completions()274 shadow_queue_advance_consumer(&qp->shadow_sq); in mana_process_completions()
665 err = create_shadow_queue(&qp->shadow_sq, attr->cap.max_send_wr, in mana_ib_create_ud_qp()695 destroy_shadow_queue(&qp->shadow_sq); in mana_ib_create_ud_qp()879 destroy_shadow_queue(&qp->shadow_sq); in mana_ib_destroy_ud_qp()
183 struct shadow_queue shadow_sq; member