Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.c3301 u64 temp_link_overrun_errors; in pma_get_ib_portcounters() local
3365 temp_link_overrun_errors = temp_64 << 4; in pma_get_ib_portcounters()
3370 temp_link_overrun_errors |= temp_64; in pma_get_ib_portcounters()
3372 p->link_overrun_errors = (u8)temp_link_overrun_errors; in pma_get_ib_portcounters()