Lines Matching refs:qps
172 struct ntb_transport_qp *qps; member
503 struct ntb_transport_qp *qp = &nt->qps[qp_num]; in ntb_transport_setup_qp_mw()
641 ntb_qp_link_cleanup(&nt->qps[i]); in ntb_transport_link_cleanup()
793 struct ntb_transport_qp *qp = &nt->qps[i]; in ntb_transport_link_work()
864 qp = &nt->qps[qp_num]; in ntb_transport_init_queue()
947 nt->qps = kcalloc(nt->max_qps, sizeof(struct ntb_transport_qp), in ntb_transport_init()
949 if (!nt->qps) { in ntb_transport_init()
983 kfree(nt->qps); in ntb_transport_init()
1004 ntb_transport_free_queue(&nt->qps[i]); in ntb_transport_free()
1005 debugfs_remove_recursive(nt->qps[i].debugfs_dir); in ntb_transport_free()
1017 kfree(nt->qps); in ntb_transport_free()
1447 qp = &nt->qps[free_queue]; in ntb_transport_create_queue()