Lines Matching refs:symbol_error_counter
1440 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1464 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters()
1465 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters()
1467 p->symbol_error_counter = in pma_get_portcounters()
1468 cpu_to_be16((u16)cntrs.symbol_error_counter); in pma_get_portcounters()
1554 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters_cong()
1592 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters_cong()
1593 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()
1595 p->symbol_error_counter = in pma_get_portcounters_cong()
1597 (u16)cntrs.symbol_error_counter); in pma_get_portcounters_cong()
1718 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in pma_set_portcounters()
1795 cntrs.symbol_error_counter; in pma_set_portcounters_cong()