Lines Matching refs:symbol_error_counter
1439 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1463 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters()
1464 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters()
1466 p->symbol_error_counter = in pma_get_portcounters()
1467 cpu_to_be16((u16)cntrs.symbol_error_counter); in pma_get_portcounters()
1553 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters_cong()
1591 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters_cong()
1592 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()
1594 p->symbol_error_counter = in pma_get_portcounters_cong()
1596 (u16)cntrs.symbol_error_counter); in pma_get_portcounters_cong()
1717 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in pma_set_portcounters()
1794 cntrs.symbol_error_counter; in pma_set_portcounters_cong()