Lines Matching refs:mw_vec
206 struct ntb_transport_mw *mw_vec; member
597 mw = &nt->mw_vec[mw_num]; in ntb_transport_setup_qp_mw()
636 struct ntb_transport_mw *mw = &nt->mw_vec[num_mw]; in ntb_free_mw()
653 struct ntb_transport_mw *mw = &nt->mw_vec[num_mw]; in ntb_set_mw()
822 size = nt->mw_vec[i].phys_size; in ntb_transport_link_work()
955 mw_base = nt->mw_vec[mw_num].phys_addr; in ntb_transport_init_queue()
956 mw_size = nt->mw_vec[mw_num].phys_size; in ntb_transport_init_queue()
961 qp->tx_mw = nt->mw_vec[mw_num].vbase + qp_offset; in ntb_transport_init_queue()
1036 nt->mw_vec = kzalloc_node(mw_count * sizeof(*nt->mw_vec), in ntb_transport_probe()
1038 if (!nt->mw_vec) { in ntb_transport_probe()
1044 mw = &nt->mw_vec[i]; in ntb_transport_probe()
1120 mw = &nt->mw_vec[i]; in ntb_transport_probe()
1123 kfree(nt->mw_vec); in ntb_transport_probe()
1157 iounmap(nt->mw_vec[i].vbase); in ntb_transport_free()
1161 kfree(nt->mw_vec); in ntb_transport_free()