Lines Matching refs:hopcount
41 idtg3_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg3_route_add_entry() argument
59 err = rio_mport_write_config_32(mport, destid, hopcount, in idtg3_route_add_entry()
68 err = rio_mport_read_config_32(mport, destid, hopcount, in idtg3_route_add_entry()
76 err = rio_mport_write_config_32(mport, destid, hopcount, in idtg3_route_add_entry()
83 idtg3_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg3_route_get_entry() argument
92 err = rio_mport_read_config_32(mport, destid, hopcount, in idtg3_route_get_entry()
107 err = rio_mport_read_config_32(mport, destid, hopcount, in idtg3_route_get_entry()
122 idtg3_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg3_route_clr_table() argument
131 err = rio_mport_write_config_32(mport, destid, hopcount, in idtg3_route_clr_table()
141 err = rio_mport_read_config_32(mport, destid, hopcount, in idtg3_route_clr_table()
150 err = rio_mport_write_config_32(mport, destid, hopcount, in idtg3_route_clr_table()
170 pr_debug("RIO: %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in idtg3_em_init()