Lines Matching refs:rq_map
796 my_qp->rq_map.entries = my_qp->ipz_rqueue.queue_length / in internal_create_qp()
798 my_qp->rq_map.map = vmalloc(my_qp->rq_map.entries * in internal_create_qp()
800 if (!my_qp->rq_map.map) { in internal_create_qp()
807 reset_queue_map(&my_qp->rq_map); in internal_create_qp()
811 my_qp->rq_map = my_srq->rq_map; in internal_create_qp()
923 vfree(my_qp->rq_map.map); in internal_create_qp()
1195 &my_qp->rq_map); in check_for_left_cqes()
1207 my_qp->rq_map.left_to_poll = 0; in check_for_left_cqes()
1208 my_qp->rq_map.next_wqe_idx = next_index(my_qp->rq_map.tail, in check_for_left_cqes()
1209 my_qp->rq_map.entries); in check_for_left_cqes()
1215 (my_qp->rq_map.left_to_poll == 0)) { in check_for_left_cqes()
1760 reset_queue_map(&my_qp->rq_map); in internal_modify_qp()
2216 vfree(my_qp->rq_map.map); in internal_destroy_qp()