Lines Matching refs:destid

91 idtg2_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount,  in idtg2_route_add_entry()  argument
105 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()
115 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry()
124 idtg2_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_get_entry() argument
137 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
140 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
144 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
156 idtg2_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_clr_table() argument
169 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
174 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
176 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
188 idtg2_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_set_domain() argument
194 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_set_domain()
200 idtg2_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_get_domain() argument
208 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_get_domain()
227 pr_debug("RIO: %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in idtg2_em_init()