Searched refs:TB_CFG_HOPS (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | debugfs.c | 214 ret = tb_port_read(port, data, TB_CFG_HOPS, offs, PATH_LEN); in path_write_one() 218 return tb_port_write(port, data, TB_CFG_HOPS, offs, PATH_LEN); in path_write_one() 244 if (space == TB_CFG_HOPS) in regs_write() 252 if (space == TB_CFG_HOPS) in regs_write() 288 return regs_write(port->sw, port, TB_CFG_HOPS, user_buf, count, ppos); in path_write() 2238 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one()
|
| H A D | tb_msgs.h | 16 TB_CFG_HOPS = 0, enumerator
|