Lines Matching refs:link_error_recovery_counter
1440 cntrs.link_error_recovery_counter -= in pma_get_portcounters()
1468 if (cntrs.link_error_recovery_counter > 0xFFUL) in pma_get_portcounters()
1469 p->link_error_recovery_counter = 0xFF; in pma_get_portcounters()
1471 p->link_error_recovery_counter = in pma_get_portcounters()
1472 (u8)cntrs.link_error_recovery_counter; in pma_get_portcounters()
1554 cntrs.link_error_recovery_counter -= in pma_get_portcounters_cong()
1597 if (cntrs.link_error_recovery_counter > 0xFFUL) in pma_get_portcounters_cong()
1598 p->link_error_recovery_counter = 0xFF; in pma_get_portcounters_cong()
1600 p->link_error_recovery_counter = in pma_get_portcounters_cong()
1601 (u8)cntrs.link_error_recovery_counter; in pma_get_portcounters_cong()
1696 cntrs.link_error_recovery_counter; in pma_set_portcounters()
1771 cntrs.link_error_recovery_counter; in pma_set_portcounters_cong()