Searched refs:ntb_mw_set_trans (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ntb/ |
H A D | ntb.h | 233 int ntb_mw_set_trans(device_t ntb, unsigned mw_idx, bus_addr_t addr,
|
H A D | ntb.c | 392 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 D | ntb_transport.c | 506 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 D | ntb_hw_amd.c | 1288 DEVMETHOD(ntb_mw_set_trans, amd_ntb_mw_set_trans),
|
H A D | ntb_hw_plx.c | 1083 DEVMETHOD(ntb_mw_set_trans, ntb_plx_mw_set_trans),
|
H A D | ntb_hw_intel.c | 3883 DEVMETHOD(ntb_mw_set_trans, intel_ntb_mw_set_trans),
|
/freebsd/sys/dev/ntb/test/ |
H A D | ntb_tool.c | 843 rc = ntb_mw_set_trans(tc->dev, widx, inmw->dma_base, inmw->size); in tool_setup_mw()
|