Home
last modified time | relevance | path

Searched refs:qp_vec (Results 1 – 1 of 1) sorted by relevance

/drivers/ntb/
Dntb_transport.c229 struct ntb_transport_qp *qp_vec; member
616 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_mw()
695 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_peer_msi()
722 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_msi()
986 qp = &nt->qp_vec[i]; in ntb_transport_link_cleanup()
1104 struct ntb_transport_qp *qp = &nt->qp_vec[i]; in ntb_transport_link_work()
1178 qp = &nt->qp_vec[qp_num]; in ntb_transport_init_queue()
1356 nt->qp_vec = kcalloc_node(qp_count, sizeof(*nt->qp_vec), in ntb_transport_probe()
1358 if (!nt->qp_vec) { in ntb_transport_probe()
1396 kfree(nt->qp_vec); in ntb_transport_probe()
[all …]