Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dmad.c3291 u64 temp_link_overrun_errors; in pma_get_ib_portcounters() local
3355 temp_link_overrun_errors = temp_64 << 4; in pma_get_ib_portcounters()
3360 temp_link_overrun_errors |= temp_64; in pma_get_ib_portcounters()
3362 p->link_overrun_errors = (u8)temp_link_overrun_errors; in pma_get_ib_portcounters()