Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cxl/core/
Dregion.c1503 const struct cxl_port *iter_a, in find_positions() argument
1510 if (cxlsd->target[i] == iter_a->parent_dport) in find_positions()
1527 struct cxl_port *iter_a, *iter_b, *port = NULL; in cmp_decode_pos() local
1542 for (iter_a = port_a; iter_a; iter_a = next_port(iter_a)) { in cmp_decode_pos()
1545 next_a = next_port(iter_a); in cmp_decode_pos()
1581 find_positions(cxlsd, iter_a, iter_b, &a_pos, &b_pos); in cmp_decode_pos()