Lines Matching refs:sq_map
771 my_qp->sq_map.entries = my_qp->ipz_squeue.queue_length / in internal_create_qp()
773 my_qp->sq_map.map = vmalloc(my_qp->sq_map.entries * in internal_create_qp()
775 if (!my_qp->sq_map.map) { in internal_create_qp()
782 reset_queue_map(&my_qp->sq_map); in internal_create_qp()
931 vfree(my_qp->sq_map.map); in internal_create_qp()
1187 &my_qp->sq_map); in check_for_left_cqes()
1201 my_qp->sq_map.left_to_poll = 0; in check_for_left_cqes()
1202 my_qp->sq_map.next_wqe_idx = next_index(my_qp->sq_map.tail, in check_for_left_cqes()
1203 my_qp->sq_map.entries); in check_for_left_cqes()
1214 if ((my_qp->sq_map.left_to_poll == 0) && in check_for_left_cqes()
1757 reset_queue_map(&my_qp->sq_map); in internal_modify_qp()
2221 vfree(my_qp->sq_map.map); in internal_destroy_qp()