Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/qcom/
H A Dat803x.c594 bool *finished, unsigned long pair_mask) in at803x_cable_test_get_status() argument
608 while (pair_mask && retries--) { in at803x_cable_test_get_status()
609 for_each_set_bit(pair, &pair_mask, 4) { in at803x_cable_test_get_status()
614 clear_bit(pair, &pair_mask); in at803x_cable_test_get_status()
616 if (pair_mask) in at803x_cable_test_get_status()
/linux-6.15/drivers/net/phy/
H A Dmicrel.c380 unsigned long pair_mask; member
449 .pair_mask = LAN8814_WIRE_PAIR_MASK,
454 .pair_mask = KSZPHY_WIRE_PAIR_MASK,
1793 unsigned long pair_mask = 0xf; in ksz9x31_cable_test_get_status() local
1800 while (pair_mask && retries--) { in ksz9x31_cable_test_get_status()
1807 clear_bit(pair, &pair_mask); in ksz9x31_cable_test_get_status()
1813 if (pair_mask) in ksz9x31_cable_test_get_status()
2526 unsigned long pair_mask = type->pair_mask; in ksz886x_cable_test_get_status() local
2534 while (pair_mask && retries--) { in ksz886x_cable_test_get_status()
2544 clear_bit(pair, &pair_mask); in ksz886x_cable_test_get_status()
[all …]