• Home
  • Raw
  • Download

Lines Matching refs:hopcount

45 tsi57x_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount,  in tsi57x_route_add_entry()  argument
49 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
51 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
54 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
56 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
66 tsi57x_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_get_entry() argument
75 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
80 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
82 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
93 tsi57x_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_clr_table() argument
102 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
105 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
109 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
112 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
120 tsi57x_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_set_domain() argument
130 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_set_domain()
132 rio_mport_write_config_32(mport, destid, hopcount, TSI578_SP_MODE_GLBL, in tsi57x_set_domain()
135 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_set_domain()
142 tsi57x_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_get_domain() argument
150 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_get_domain()
164 pr_debug("TSI578 %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in tsi57x_em_init()
276 rdev->destid, rdev->hopcount, portnum, intstat); in tsi57x_em_handler()
285 tsi57x_route_add_entry(mport, rdev->destid, rdev->hopcount, in tsi57x_em_handler()