Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dswitch.c757 static int tb_port_alloc_hopid(struct tb_port *port, bool in, int min_hopid, in tb_port_alloc_hopid() argument
775 if (!tb_port_is_nhi(port) && min_hopid < TB_PATH_MIN_HOPID) in tb_port_alloc_hopid()
776 min_hopid = TB_PATH_MIN_HOPID; in tb_port_alloc_hopid()
781 return ida_alloc_range(ida, min_hopid, max_hopid, GFP_KERNEL); in tb_port_alloc_hopid()
793 int tb_port_alloc_in_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_in_hopid() argument
795 return tb_port_alloc_hopid(port, true, min_hopid, max_hopid); in tb_port_alloc_in_hopid()
807 int tb_port_alloc_out_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_out_hopid() argument
809 return tb_port_alloc_hopid(port, false, min_hopid, max_hopid); in tb_port_alloc_out_hopid()