Searched refs:qp_vec (Results 1 – 1 of 1) sorted by relevance
207 struct ntb_transport_qp *qp_vec; member587 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()[all …]