Home
last modified time | relevance | path

Searched refs:shadow_sq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/mana/
H A Dwr.c97 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()
H A Dcq.c193 shadow_wqe = shadow_queue_get_next_to_complete(&qp->shadow_sq); in handle_ud_sq_cqe()
200 shadow_queue_advance_next_to_complete(&qp->shadow_sq); in handle_ud_sq_cqe()
266 while ((shadow_wqe = shadow_queue_get_next_to_consume(&qp->shadow_sq)) in mana_process_completions()
272 shadow_queue_advance_consumer(&qp->shadow_sq); in mana_process_completions()
H A Dqp.c664 err = create_shadow_queue(&qp->shadow_sq, attr->cap.max_send_wr, in mana_ib_create_ud_qp()
694 destroy_shadow_queue(&qp->shadow_sq); in mana_ib_create_ud_qp()
878 destroy_shadow_queue(&qp->shadow_sq); in mana_ib_destroy_ud_qp()