Searched refs:temp_32 (Results 1 – 1 of 1) sorted by relevance
3251 u32 temp_32; in pma_get_ib_portcounters() local3263 temp_32 = be32_to_cpu(rsp.link_error_recovery); in pma_get_ib_portcounters()3264 if (temp_32 > 0xFFUL) in pma_get_ib_portcounters()3267 p->link_error_recovery_counter = (u8)temp_32; in pma_get_ib_portcounters()3269 temp_32 = be32_to_cpu(rsp.link_downed); in pma_get_ib_portcounters()3270 if (temp_32 > 0xFFUL) in pma_get_ib_portcounters()3273 p->link_downed_counter = (u8)temp_32; in pma_get_ib_portcounters()