Searched refs:link_error_recovery_counter (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_mad.c840 u8 link_error_recovery_counter; member in struct:ib_pma_portcounters
1101 cntrs.link_error_recovery_counter -=
1129 if (cntrs.link_error_recovery_counter > 0xFFUL)
1130 p->link_error_recovery_counter = 0xFF;
1132 p->link_error_recovery_counter =
1133 (u8)cntrs.link_error_recovery_counter;
1241 cntrs.link_error_recovery_counter;
H A Dipath_verbs.h577 u64 link_error_recovery_counter; member in struct:ipath_verbs_counters
H A Dipath_verbs.c879 cntrs->link_error_recovery_counter =
1496 cntrs.link_error_recovery_counter;

Completed in 125 milliseconds