Lines Matching refs:destid

495 		      u16 destid, u8 hopcount)  in rio_mport_get_physefb()  argument
500 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0); in rio_mport_get_physefb()
507 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_physefb()
527 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, in rio_mport_get_physefb()
606 int local, u16 destid, in rio_enable_rx_tx_port() argument
617 "%d, port_num = %d)\n", local, destid, hopcount, port_num); in rio_enable_rx_tx_port()
619 ext_ftr_ptr = rio_mport_get_physefb(port, local, destid, hopcount); in rio_enable_rx_tx_port()
626 if (rio_mport_read_config_32(port, destid, hopcount, in rio_enable_rx_tx_port()
645 if (rio_mport_write_config_32(port, destid, hopcount, in rio_enable_rx_tx_port()
683 p_port = prev->rswitch->route_table[rdev->destid]; in rio_chk_dev_route()
704 rio_mport_chk_dev_access(struct rio_mport *mport, u16 destid, u8 hopcount) in rio_mport_chk_dev_access() argument
709 while (rio_mport_read_config_32(mport, destid, hopcount, in rio_mport_chk_dev_access()
728 rdev->destid, rdev->hopcount); in rio_chk_dev_access()
1029 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, in rio_mport_get_efb() argument
1039 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_efb()
1046 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_efb()
1080 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, in rio_mport_get_feature() argument
1088 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_feature()
1098 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_feature()
1184 rio_std_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in rio_std_route_add_entry() argument
1188 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_add_entry()
1191 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_add_entry()
1212 rio_std_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in rio_std_route_get_entry() argument
1218 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_get_entry()
1220 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_get_entry()
1238 rio_std_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in rio_std_route_clr_table() argument
1246 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1250 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1266 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1269 rio_mport_write_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1290 int rio_lock_device(struct rio_mport *port, u16 destid, in rio_lock_device() argument
1297 rio_mport_write_config_32(port, destid, hopcount, in rio_lock_device()
1299 rio_mport_read_config_32(port, destid, hopcount, in rio_lock_device()
1305 destid, hopcount); in rio_lock_device()
1313 rio_mport_write_config_32(port, destid, in rio_lock_device()
1317 rio_mport_read_config_32(port, destid, in rio_lock_device()
1334 int rio_unlock_device(struct rio_mport *port, u16 destid, u8 hopcount) in rio_unlock_device() argument
1339 rio_mport_write_config_32(port, destid, in rio_unlock_device()
1343 rio_mport_read_config_32(port, destid, hopcount, in rio_unlock_device()
1347 destid, hopcount); in rio_unlock_device()
1379 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1388 rc = rio_std_route_add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1392 rc = ops->add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1401 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1432 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1441 rc = rio_std_route_get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1445 rc = ops->get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1454 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1480 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1489 rc = rio_std_route_clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1492 rc = ops->clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1501 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1573 u16 destid, struct rio_dma_data *data, in rio_dma_prep_xfer() argument
1583 rio_ext.destid = destid; in rio_dma_prep_xfer()
1611 return rio_dma_prep_xfer(dchan, rdev->destid, data, direction, flags); in rio_dma_prep_slave_sg()