Lines Matching refs:destid
36 tsi568_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_add_entry() argument
40 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry()
42 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry()
45 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry()
48 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry()
58 tsi568_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_get_entry() argument
65 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_get_entry()
67 rio_mport_read_config_32(mport, destid, hopcount, in tsi568_route_get_entry()
70 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_get_entry()
73 rio_mport_read_config_32(mport, destid, hopcount, in tsi568_route_get_entry()
85 tsi568_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_clr_table() argument
94 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_clr_table()
97 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_clr_table()
101 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_clr_table()
105 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_clr_table()
119 pr_debug("TSI568 %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in tsi568_em_init()