Lines Matching refs:mport

46 tsi57x_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount,  in tsi57x_route_add_entry()  argument
50 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
52 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
55 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
57 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry()
67 tsi57x_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_get_entry() argument
76 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
81 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
83 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
94 tsi57x_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_clr_table() argument
100 lut_size = (mport->sys_size) ? 0x1ff : 0xff; in tsi57x_route_clr_table()
103 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
106 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
110 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
113 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_clr_table()
121 tsi57x_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_set_domain() argument
131 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_set_domain()
133 rio_mport_write_config_32(mport, destid, hopcount, TSI578_SP_MODE_GLBL, in tsi57x_set_domain()
136 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_set_domain()
143 tsi57x_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_get_domain() argument
151 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_get_domain()
217 struct rio_mport *mport = rdev->net->hport; in tsi57x_em_handler() local
282 regval = (mport->sys_size) ? (regval >> 16) : (regval >> 24); in tsi57x_em_handler()
286 tsi57x_route_add_entry(mport, rdev->destid, rdev->hopcount, in tsi57x_em_handler()