Searched refs:tb_port_alloc_in_hopid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | path.c | 180 if (tb_port_alloc_in_hopid(p, h, h) < 0) in tb_path_discover() 279 ret = tb_port_alloc_in_hopid(in_port, in_hopid, in_hopid); in tb_path_alloc()
|
H A D | tb.h | 847 int tb_port_alloc_in_hopid(struct tb_port *port, int hopid, int max_hopid);
|
H A D | switch.c | 797 * tb_port_alloc_in_hopid() - Allocate input HopID from port 805 int tb_port_alloc_in_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_in_hopid() function
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | path.c | 186 if (alloc_hopid && tb_port_alloc_in_hopid(p, h, h) < 0) in tb_path_discover() 291 ret = tb_port_alloc_in_hopid(in_port, in_hopid, in_hopid); in tb_path_alloc()
|
H A D | tb.h | 1036 int tb_port_alloc_in_hopid(struct tb_port *port, int hopid, int max_hopid);
|
H A D | switch.c | 777 * tb_port_alloc_in_hopid() - Allocate input HopID from port 785 int tb_port_alloc_in_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_in_hopid() function
|
Completed in 16 milliseconds