Searched refs:port_rcv_remphys_errors (Results 1 – 8 of 8) sorted by relevance
102 __be16 port_rcv_remphys_errors; member
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
196 u64 port_rcv_remphys_errors; member
1145 cntrs->port_rcv_remphys_errors = in qib_get_counters()1452 ibp->z_port_rcv_remphys_errors = cntrs.port_rcv_remphys_errors; in init_ibport()
201 __be16 port_rcv_remphys_errors; member
3335 p->port_rcv_remphys_errors = cpu_to_be16(0xFFFF); in pma_get_ib_portcounters()3337 p->port_rcv_remphys_errors = cpu_to_be16((u16)temp_64); in pma_get_ib_portcounters()
182 MLX5_ASSIGN_PMA_CNTR(pma_cnt->port_rcv_remphys_errors, in pma_cnt_assign()