Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_mad.c1486 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()
1735 cntrs.port_rcv_remphys_errors; in pma_set_portcounters()
[all …]
A Dqib_mad.h66 __be16 port_rcv_remphys_errors; member
A Dqib_verbs.h195 u64 port_rcv_remphys_errors; member
A 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.3-rc2/include/rdma/
A Dib_pma.h75 __be16 port_rcv_remphys_errors; member
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dmad.h160 __be16 port_rcv_remphys_errors; member
A 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.3-rc2/drivers/infiniband/hw/mlx5/
A Dmad.c132 MLX5_ASSIGN_PMA_CNTR(pma_cnt->port_rcv_remphys_errors, in pma_cnt_assign()

Completed in 28 milliseconds