Searched refs:max_hopid (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | switch.c | 768 int max_hopid) in tb_port_alloc_hopid() argument 788 if (max_hopid < 0 || max_hopid > port_max_hopid) in tb_port_alloc_hopid() 789 max_hopid = port_max_hopid; in tb_port_alloc_hopid() 791 return ida_alloc_range(ida, min_hopid, max_hopid, GFP_KERNEL); in tb_port_alloc_hopid() 803 int tb_port_alloc_in_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_in_hopid() argument 805 return tb_port_alloc_hopid(port, true, min_hopid, max_hopid); in tb_port_alloc_in_hopid() 817 int tb_port_alloc_out_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_out_hopid() argument 819 return tb_port_alloc_hopid(port, false, min_hopid, max_hopid); in tb_port_alloc_out_hopid()
|
| H A D | tb.h | 1104 int tb_port_alloc_in_hopid(struct tb_port *port, int hopid, int max_hopid); 1106 int tb_port_alloc_out_hopid(struct tb_port *port, int hopid, int max_hopid);
|