Home
last modified time | relevance | path

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

/linux-6.15/drivers/ntb/
H A Dntb_transport.c228 struct ntb_transport_mw *mw_vec; member
631 mw = &nt->mw_vec[mw_num]; in ntb_transport_setup_qp_mw()
1066 size = nt->mw_vec[i].phys_size; in ntb_transport_link_work()
1206 mw_base = nt->mw_vec[mw_num].phys_addr; in ntb_transport_init_queue()
1324 nt->mw_vec = kcalloc_node(mw_count, sizeof(*nt->mw_vec), in ntb_transport_probe()
1326 if (!nt->mw_vec) { in ntb_transport_probe()
1332 mw = &nt->mw_vec[i]; in ntb_transport_probe()
1414 mw = &nt->mw_vec[i]; in ntb_transport_probe()
1417 kfree(nt->mw_vec); in ntb_transport_probe()
1451 iounmap(nt->mw_vec[i].vbase); in ntb_transport_free()
[all …]