Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp_hw.h91 #define IPP_SOFT_RESET (1ULL << 31) macro
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.c165 val |= IPP_SOFT_RESET; in npi_ipp_reset()
172 } while (((val & IPP_SOFT_RESET) != 0) && (cnt > 0)); in npi_ipp_reset()