Lines Matching refs:qp_vec
207 struct ntb_transport_qp *qp_vec; member
587 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_mw()
775 qp = &nt->qp_vec[i]; in ntb_transport_link_cleanup()
875 struct ntb_transport_qp *qp = &nt->qp_vec[i]; in ntb_transport_link_work()
942 qp = &nt->qp_vec[qp_num]; in ntb_transport_init_queue()
1077 nt->qp_vec = kzalloc_node(qp_count * sizeof(*nt->qp_vec), in ntb_transport_probe()
1079 if (!nt->qp_vec) { in ntb_transport_probe()
1117 kfree(nt->qp_vec); in ntb_transport_probe()
1144 qp = &nt->qp_vec[i]; in ntb_transport_free()
1160 kfree(nt->qp_vec); in ntb_transport_free()
1633 qp = &nt->qp_vec[free_queue]; in ntb_transport_create_queue()
2036 qp = &nt->qp_vec[qp_num]; in ntb_transport_doorbell_callback()