Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/
H A Dntb.h233 int ntb_mw_set_trans(device_t ntb, unsigned mw_idx, bus_addr_t addr,
H A Dntb.c392 ntb_mw_set_trans(device_t ntb, unsigned mw_idx, bus_addr_t addr, size_t size) in ntb_mw_set_trans() function
H A Dntb_transport.c506 rc = ntb_mw_set_trans(nt->dev, i, mw->dma_addr, mw->buff_size); in ntb_transport_attach()
1210 rc = ntb_mw_set_trans(nt->dev, i, mw->dma_addr, in ntb_transport_link_work()
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c1288 DEVMETHOD(ntb_mw_set_trans, amd_ntb_mw_set_trans),
H A Dntb_hw_plx.c1083 DEVMETHOD(ntb_mw_set_trans, ntb_plx_mw_set_trans),
H A Dntb_hw_intel.c3883 DEVMETHOD(ntb_mw_set_trans, intel_ntb_mw_set_trans),
/freebsd/sys/dev/ntb/test/
H A Dntb_tool.c843 rc = ntb_mw_set_trans(tc->dev, widx, inmw->dma_base, inmw->size); in tool_setup_mw()