Lines Matching refs:hport
1020 return rio_mport_chk_dev_access(rdev->net->hport, in rio_chk_dev_access()
1690 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1699 rc = rio_std_route_add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1703 rc = ops->add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1712 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_add_entry()
1743 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1752 rc = rio_std_route_get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1756 rc = ops->get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1765 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_get_entry()
1791 rc = rio_lock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1800 rc = rio_std_route_clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1803 rc = ops->clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1812 rio_unlock_device(rdev->net->hport, rdev->destid, in rio_route_clr_table()
1855 return rio_request_mport_dma(rdev->net->hport); in rio_request_dma()
2315 if (port->net && port->net->hport == port) { in rio_unregister_mport()