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

/freebsd-10-stable/sys/dev/oce/
H A Doce_if.c1962 uint32_t ue_low = 0, ue_high = 0, ue_low_mask = 0, ue_high_mask = 0; local
1979 ue_high_mask = OCE_READ_REG32(sc, devcfg, PCICFG_UE_STATUS_HI_MASK);
1982 ue_high = (ue_high & ~ue_high_mask);

Completed in 54 milliseconds