Lines Matching refs:hport
1016 return rio_mport_chk_dev_access(rdev->net->hport, in rio_chk_dev_access()
1686 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1695 rc = rio_std_route_add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1699 rc = ops->add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1708 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1739 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1748 rc = rio_std_route_get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1752 rc = ops->get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1761 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1787 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1796 rc = rio_std_route_clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1799 rc = ops->clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1808 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1851 return rio_request_mport_dma(rdev->net->hport); in rio_request_dma()
2311 if (port->net && port->net->hport == port) { in rio_unregister_mport()