Lines Matching refs:destid

733 int rio_map_outb_region(struct rio_mport *mport, u16 destid, u64 rbase,  in rio_map_outb_region()  argument
743 rc = mport->ops->map_outb(mport, destid, rbase, size, in rio_map_outb_region()
757 void rio_unmap_outb_region(struct rio_mport *mport, u16 destid, u64 rstart) in rio_unmap_outb_region() argument
765 mport->ops->unmap_outb(mport, destid, rstart); in rio_unmap_outb_region()
781 u16 destid, u8 hopcount, u32 *rmap) in rio_mport_get_physefb() argument
786 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0); in rio_mport_get_physefb()
793 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_physefb()
820 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, in rio_mport_get_physefb()
899 int local, u16 destid, in rio_enable_rx_tx_port() argument
911 "%d, port_num = %d)\n", local, destid, hopcount, port_num); in rio_enable_rx_tx_port()
913 ext_ftr_ptr = rio_mport_get_physefb(port, local, destid, in rio_enable_rx_tx_port()
921 if (rio_mport_read_config_32(port, destid, hopcount, in rio_enable_rx_tx_port()
933 if (rio_mport_write_config_32(port, destid, hopcount, in rio_enable_rx_tx_port()
972 p_port = prev->rswitch->route_table[rdev->destid]; in rio_chk_dev_route()
993 rio_mport_chk_dev_access(struct rio_mport *mport, u16 destid, u8 hopcount) in rio_mport_chk_dev_access() argument
998 while (rio_mport_read_config_32(mport, destid, hopcount, in rio_mport_chk_dev_access()
1017 rdev->destid, rdev->hopcount); in rio_chk_dev_access()
1345 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, in rio_mport_get_efb() argument
1355 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_efb()
1362 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_efb()
1383 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, in rio_mport_get_feature() argument
1391 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_feature()
1401 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_feature()
1426 rio_std_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in rio_std_route_add_entry() argument
1430 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_add_entry()
1433 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_add_entry()
1454 rio_std_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in rio_std_route_get_entry() argument
1460 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_get_entry()
1462 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_get_entry()
1480 rio_std_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in rio_std_route_clr_table() argument
1488 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1492 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1508 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1511 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1532 int rio_lock_device(struct rio_mport *port, u16 destid, in rio_lock_device() argument
1539 rio_mport_write_config_32(port, destid, hopcount, in rio_lock_device()
1541 rio_mport_read_config_32(port, destid, hopcount, in rio_lock_device()
1547 destid, hopcount); in rio_lock_device()
1555 rio_mport_write_config_32(port, destid, in rio_lock_device()
1559 rio_mport_read_config_32(port, destid, in rio_lock_device()
1576 int rio_unlock_device(struct rio_mport *port, u16 destid, u8 hopcount) in rio_unlock_device() argument
1581 rio_mport_write_config_32(port, destid, in rio_unlock_device()
1585 rio_mport_read_config_32(port, destid, hopcount, in rio_unlock_device()
1589 destid, hopcount); in rio_unlock_device()
1621 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1630 rc = rio_std_route_add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1634 rc = ops->add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1643 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1674 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1683 rc = rio_std_route_get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1687 rc = ops->get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1696 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1722 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1731 rc = rio_std_route_clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1734 rc = ops->clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1743 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1817 u16 destid, struct rio_dma_data *data, in rio_dma_prep_xfer() argument
1827 rio_ext.destid = destid; in rio_dma_prep_xfer()
1857 return rio_dma_prep_xfer(dchan, rdev->destid, data, direction, flags); in rio_dma_prep_slave_sg()