Lines Matching refs:hport
727 return rio_mport_chk_dev_access(rdev->net->hport, in rio_chk_dev_access()
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()
1544 return rio_request_mport_dma(rdev->net->hport); in rio_request_dma()