• Home
  • Raw
  • Download

Lines Matching refs:hopcount

88 idtg2_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount,  in idtg2_route_add_entry()  argument
102 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry()
108 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry()
112 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry()
121 idtg2_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_get_entry() argument
134 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
137 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
141 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
153 idtg2_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_clr_table() argument
166 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
171 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
173 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table()
185 idtg2_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_set_domain() argument
191 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_set_domain()
197 idtg2_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_get_domain() argument
205 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_get_domain()
224 pr_debug("RIO: %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in idtg2_em_init()