Home
last modified time | relevance | path

Searched refs:PATH_LEN (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/thunderbolt/
Ddebugfs.c29 #define PATH_LEN 2 macro
1367 u32 data[PATH_LEN]; in path_show_one()
1370 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one()
1373 seq_printf(s, "0x%04x <not accessible>\n", hopid * PATH_LEN); in path_show_one()
1379 hopid * PATH_LEN + i, i, hopid, data[i]); in path_show_one()