Home
last modified time | relevance | path

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

/linux/drivers/ntb/
H A Dntb_transport.c242 struct ntb_transport_qp *qp_vec; member
585 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_mw()
664 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_peer_msi()
691 struct ntb_transport_qp *qp = &nt->qp_vec[qp_num]; in ntb_transport_setup_qp_msi()
969 qp = &nt->qp_vec[i]; in ntb_transport_link_cleanup()
1090 struct ntb_transport_qp *qp = &nt->qp_vec[i]; in ntb_transport_link_work()
1164 qp = &nt->qp_vec[qp_num]; in ntb_transport_init_queue()
1344 nt->qp_vec = kcalloc_node(qp_count, sizeof(*nt->qp_vec), in ntb_transport_probe()
1346 if (!nt->qp_vec) { in ntb_transport_probe()
1385 kfree(nt->qp_vec); in ntb_transport_probe()
[all …]