Lines Matching refs:hopcount

87 idtg2_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount,  in idtg2_route_add_entry()  argument
101 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry()
107 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry()
111 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry()
120 idtg2_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_get_entry() argument
133 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
136 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
140 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
152 idtg2_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_clr_table() argument
165 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
170 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
172 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
184 idtg2_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_set_domain() argument
190 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_set_domain()
196 idtg2_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_get_domain() argument
204 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_get_domain()
223 pr_debug("RIO: %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in idtg2_em_init()