Searched refs:port_rcv_remphys_errors (Results 1 – 8 of 8) sorted by relevance
1448 cntrs.port_rcv_remphys_errors -= ibp->z_port_rcv_remphys_errors; in pma_get_portcounters()1486 if (cntrs.port_rcv_remphys_errors > 0xFFFFUL) in pma_get_portcounters()1487 p->port_rcv_remphys_errors = cpu_to_be16(0xFFFF); in pma_get_portcounters()1489 p->port_rcv_remphys_errors = in pma_get_portcounters()1490 cpu_to_be16((u16)cntrs.port_rcv_remphys_errors); in pma_get_portcounters()1562 cntrs.port_rcv_remphys_errors -= in pma_get_portcounters_cong()1616 if (cntrs.port_rcv_remphys_errors > 0xFFFFUL) in pma_get_portcounters_cong()1617 p->port_rcv_remphys_errors = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()1619 p->port_rcv_remphys_errors = in pma_get_portcounters_cong()1621 (u16)cntrs.port_rcv_remphys_errors); in pma_get_portcounters_cong()[all …]
66 __be16 port_rcv_remphys_errors; member
195 u64 port_rcv_remphys_errors; member
1110 cntrs->port_rcv_remphys_errors = in qib_get_counters()1417 ibp->z_port_rcv_remphys_errors = cntrs.port_rcv_remphys_errors; in init_ibport()
75 __be16 port_rcv_remphys_errors; member
160 __be16 port_rcv_remphys_errors; member
3283 p->port_rcv_remphys_errors = cpu_to_be16(0xFFFF); in pma_get_ib_portcounters()3285 p->port_rcv_remphys_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters()
132 MLX5_ASSIGN_PMA_CNTR(pma_cnt->port_rcv_remphys_errors, in pma_cnt_assign()