Lines Matching refs:mw_vec
228 struct ntb_transport_mw *mw_vec; member
629 mw = &nt->mw_vec[mw_num]; in ntb_transport_setup_qp_mw()
793 struct ntb_transport_mw *mw = &nt->mw_vec[num_mw]; in ntb_free_mw()
856 struct ntb_transport_mw *mw = &nt->mw_vec[num_mw]; in ntb_set_mw()
1044 size = nt->mw_vec[i].phys_size; in ntb_transport_link_work()
1184 mw_base = nt->mw_vec[mw_num].phys_addr; in ntb_transport_init_queue()
1185 mw_size = nt->mw_vec[mw_num].phys_size; in ntb_transport_init_queue()
1194 qp->tx_mw = nt->mw_vec[mw_num].vbase + qp_offset; in ntb_transport_init_queue()
1302 nt->mw_vec = kcalloc_node(mw_count, sizeof(*nt->mw_vec), in ntb_transport_probe()
1304 if (!nt->mw_vec) { in ntb_transport_probe()
1310 mw = &nt->mw_vec[i]; in ntb_transport_probe()
1392 mw = &nt->mw_vec[i]; in ntb_transport_probe()
1395 kfree(nt->mw_vec); in ntb_transport_probe()
1429 iounmap(nt->mw_vec[i].vbase); in ntb_transport_free()
1433 kfree(nt->mw_vec); in ntb_transport_free()