Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Ddebugfs.c32 #define PATH_LEN 2 macro
1394 u32 data[PATH_LEN]; in path_show_one()
1397 ret = tb_port_read(port, data, TB_CFG_HOPS, hopid * PATH_LEN, in path_show_one()
1400 seq_printf(s, "0x%04x <not accessible>\n", hopid * PATH_LEN); in path_show_one()
1406 hopid * PATH_LEN + i, i, hopid, data[i]); in path_show_one()