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

  /src/sys/dev/pci/ixgbe/
ixgbe_common.c 4589 u32 hicr, i, fwsts; local in function:ixgbe_hic_unlocked
4599 /* Set bit 9 of FWSTS clearing FW reset indication */
4600 fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS);
4601 IXGBE_WRITE_REG(hw, IXGBE_FWSTS, fwsts | IXGBE_FWSTS_FWRI);

Completed in 16 milliseconds