Searched refs:qp_vec (Results 1 – 1 of 1) sorted by relevance
214 struct ntb_transport_qp *qp_vec; member599 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_mw()816 qp = &nt->qp_vec[i]; in ntb_transport_link_cleanup()917 struct ntb_transport_qp *qp = &nt->qp_vec[i]; in ntb_transport_link_work()990 qp = &nt->qp_vec[qp_num]; in ntb_transport_init_queue()1146 nt->qp_vec = kcalloc_node(qp_count, sizeof(*nt->qp_vec), in ntb_transport_probe()1148 if (!nt->qp_vec) { in ntb_transport_probe()1186 kfree(nt->qp_vec); in ntb_transport_probe()1213 qp = &nt->qp_vec[i]; in ntb_transport_free()1229 kfree(nt->qp_vec); in ntb_transport_free()[all …]