Lines Matching refs:symbol_error_counter
1443 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1467 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters()
1468 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters()
1470 p->symbol_error_counter = in pma_get_portcounters()
1471 cpu_to_be16((u16)cntrs.symbol_error_counter); in pma_get_portcounters()
1557 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters_cong()
1595 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters_cong()
1596 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()
1598 p->symbol_error_counter = in pma_get_portcounters_cong()
1600 (u16)cntrs.symbol_error_counter); in pma_get_portcounters_cong()
1721 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in pma_set_portcounters()
1798 cntrs.symbol_error_counter; in pma_set_portcounters_cong()