Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_mad.c1448 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 …]
Dqib_mad.h66 __be16 port_rcv_remphys_errors; member
Dqib_verbs.h195 u64 port_rcv_remphys_errors; member
Dqib_verbs.c1110 cntrs->port_rcv_remphys_errors = in qib_get_counters()
1417 ibp->z_port_rcv_remphys_errors = cntrs.port_rcv_remphys_errors; in init_ibport()
/linux-6.1.9/include/rdma/
Dib_pma.h75 __be16 port_rcv_remphys_errors; member
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dmad.h160 __be16 port_rcv_remphys_errors; member
Dmad.c3283 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()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmad.c132 MLX5_ASSIGN_PMA_CNTR(pma_cnt->port_rcv_remphys_errors, in pma_cnt_assign()