Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/qib/
H 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()
1601 if (cntrs.link_error_recovery_counter > 0xFFUL) 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()
[all …]
H A Dqib_mad.h63 u8 link_error_recovery_counter; member
H A Dqib_verbs.h192 u64 link_error_recovery_counter; member
H A Dqib_verbs.c1087 cntrs->link_error_recovery_counter = in qib_get_counters()
1414 cntrs.link_error_recovery_counter; in init_ibport()
/linux/include/rdma/
H A Dib_pma.h72 u8 link_error_recovery_counter; member
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.h157 u8 link_error_recovery_counter; member
H 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()