Home
last modified time | relevance | path

Searched refs:link_error_recovery_counter (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_mad.c1444 cntrs.link_error_recovery_counter -= in pma_get_portcounters()
1472 if (cntrs.link_error_recovery_counter > 0xFFUL) in pma_get_portcounters()
1473 p->link_error_recovery_counter = 0xFF; in pma_get_portcounters()
1475 p->link_error_recovery_counter = in pma_get_portcounters()
1476 (u8)cntrs.link_error_recovery_counter; in pma_get_portcounters()
1558 cntrs.link_error_recovery_counter -= in pma_get_portcounters_cong()
1602 p->link_error_recovery_counter = 0xFF; in pma_get_portcounters_cong()
1604 p->link_error_recovery_counter = in pma_get_portcounters_cong()
1605 (u8)cntrs.link_error_recovery_counter; in pma_get_portcounters_cong()
1725 cntrs.link_error_recovery_counter; in pma_set_portcounters()
[all …]
A Dqib_mad.h63 u8 link_error_recovery_counter; member
A Dqib_verbs.h192 u64 link_error_recovery_counter; member
A Dqib_verbs.c1087 cntrs->link_error_recovery_counter = in qib_get_counters()
1414 cntrs.link_error_recovery_counter; in init_ibport()
/linux-6.3-rc2/include/rdma/
A Dib_pma.h72 u8 link_error_recovery_counter; member
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dmad.c126 MLX5_ASSIGN_PMA_CNTR(pma_cnt->link_error_recovery_counter, in pma_cnt_assign()
127 link_error_recovery_counter); in pma_cnt_assign()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dmad.h157 u8 link_error_recovery_counter; member
A Dmad.c3265 p->link_error_recovery_counter = 0xFF; in pma_get_ib_portcounters()
3267 p->link_error_recovery_counter = (u8)temp_32; in pma_get_ib_portcounters()
/linux-6.3-rc2/include/linux/mlx5/
A Dmlx5_ifc.h2540 u8 link_error_recovery_counter[0x8]; member

Completed in 92 milliseconds