Searched refs:ue_low (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c2460 uint32_t ue_low = 0, ue_high = 0, ue_low_mask = 0, ue_high_mask = 0; local
2474 ue_low = OCE_READ_REG32(sc, devcfg, PCICFG_UE_STATUS_LOW);
2479 ue_low = (ue_low & ~ue_low_mask);
2501 if (ue_low) {
2502 for (i = 0; ue_low; ue_low >>= 1, i++) {
2503 if (ue_low & 1)

Completed in 129 milliseconds