Home
last modified time | relevance | path

Searched refs:port_rcv_remphys_errors (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_mad.c1444 cntrs.port_rcv_remphys_errors -= ibp->z_port_rcv_remphys_errors; in pma_get_portcounters()
1482 if (cntrs.port_rcv_remphys_errors > 0xFFFFUL) in pma_get_portcounters()
1483 p->port_rcv_remphys_errors = cpu_to_be16(0xFFFF); in pma_get_portcounters()
1485 p->port_rcv_remphys_errors = in pma_get_portcounters()
1486 cpu_to_be16((u16)cntrs.port_rcv_remphys_errors); in pma_get_portcounters()
1558 cntrs.port_rcv_remphys_errors -= in pma_get_portcounters_cong()
1612 if (cntrs.port_rcv_remphys_errors > 0xFFFFUL) in pma_get_portcounters_cong()
1613 p->port_rcv_remphys_errors = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()
1615 p->port_rcv_remphys_errors = in pma_get_portcounters_cong()
1617 (u16)cntrs.port_rcv_remphys_errors); in pma_get_portcounters_cong()
[all …]
Dqib_mad.h197 __be16 port_rcv_remphys_errors; member
Dqib_verbs.h778 u64 port_rcv_remphys_errors; member
Dqib_verbs.c1470 cntrs->port_rcv_remphys_errors = in qib_get_counters()
2025 ibp->z_port_rcv_remphys_errors = cntrs.port_rcv_remphys_errors; in init_ibport()
/drivers/infiniband/hw/ipath/
Dipath_mad.c1034 cntrs.port_rcv_remphys_errors -= dev->z_port_rcv_remphys_errors; in recv_pma_get_portcounters()
1073 if (cntrs.port_rcv_remphys_errors > 0xFFFFUL) in recv_pma_get_portcounters()
1074 p->port_rcv_remphys_errors = cpu_to_be16(0xFFFF); in recv_pma_get_portcounters()
1076 p->port_rcv_remphys_errors = in recv_pma_get_portcounters()
1077 cpu_to_be16((u16)cntrs.port_rcv_remphys_errors); in recv_pma_get_portcounters()
1182 cntrs.port_rcv_remphys_errors; in recv_pma_set_portcounters()
Dipath_verbs.h634 u64 port_rcv_remphys_errors; member
Dipath_verbs.c1422 cntrs->port_rcv_remphys_errors = in ipath_get_counters()
2076 cntrs.port_rcv_remphys_errors; in ipath_register_ib_device()