HomeSort by: relevance | last modified time | path
    Searched defs:mmngc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 377 * This function checks the MMNGC.MNG_VETO bit to see if there are
384 u32 mmngc; local in function:ixgbe_check_reset_blocked
392 mmngc = IXGBE_READ_REG(hw, IXGBE_MMNGC);
393 if (mmngc & IXGBE_MMNGC_MNG_VETO) {

Completed in 33 milliseconds