Lines Matching refs:link_error_recovery_counter
1444 cntrs.link_error_recovery_counter -= in pma_get_portcounters()
1472 if (cntrs.link_error_recovery_counter > 0xFFUL) in pma_get_portcounters()
1473 p->link_error_recovery_counter = 0xFF; in pma_get_portcounters()
1475 p->link_error_recovery_counter = in pma_get_portcounters()
1476 (u8)cntrs.link_error_recovery_counter; in pma_get_portcounters()
1558 cntrs.link_error_recovery_counter -= in pma_get_portcounters_cong()
1601 if (cntrs.link_error_recovery_counter > 0xFFUL) in pma_get_portcounters_cong()
1602 p->link_error_recovery_counter = 0xFF; in pma_get_portcounters_cong()
1604 p->link_error_recovery_counter = in pma_get_portcounters_cong()
1605 (u8)cntrs.link_error_recovery_counter; in pma_get_portcounters_cong()
1725 cntrs.link_error_recovery_counter; in pma_set_portcounters()
1800 cntrs.link_error_recovery_counter; in pma_set_portcounters_cong()