Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dnhi.c467 unsigned int start_hop = RING_FIRST_USABLE_HOPID; in nhi_alloc_hop() local
471 start_hop = RING_FIRST_USABLE_HOPID + 1; in nhi_alloc_hop()
488 for (i = start_hop; i < nhi->hop_count; i++) { in nhi_alloc_hop()
503 if (ring->hop > 0 && ring->hop < start_hop) { in nhi_alloc_hop()