Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ntb/
Dntb_transport.c228 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()
1051 size = nt->mw_vec[i].phys_size; in ntb_transport_link_work()
1191 mw_base = nt->mw_vec[mw_num].phys_addr; in ntb_transport_init_queue()
1192 mw_size = nt->mw_vec[mw_num].phys_size; in ntb_transport_init_queue()
1201 qp->tx_mw = nt->mw_vec[mw_num].vbase + qp_offset; in ntb_transport_init_queue()
1309 nt->mw_vec = kcalloc_node(mw_count, sizeof(*nt->mw_vec), in ntb_transport_probe()
1311 if (!nt->mw_vec) { in ntb_transport_probe()
[all …]