Lines Matching refs:hopcount
37 idtg3_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount,
55 err = rio_mport_write_config_32(mport, destid, hopcount,
64 err = rio_mport_read_config_32(mport, destid, hopcount,
72 err = rio_mport_write_config_32(mport, destid, hopcount,
79 idtg3_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount,
88 err = rio_mport_read_config_32(mport, destid, hopcount,
103 err = rio_mport_read_config_32(mport, destid, hopcount,
118 idtg3_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount,
127 err = rio_mport_write_config_32(mport, destid, hopcount,
137 err = rio_mport_read_config_32(mport, destid, hopcount,
146 err = rio_mport_write_config_32(mport, destid, hopcount,
166 pr_debug("RIO: %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount);