Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c77 EPC_WAIT_RW_COMP(handle, &val, EPC_READ_COMPLETE); in npi_espc_eeprom_entry()
78 if ((val & EPC_READ_COMPLETE) == 0) { in npi_espc_eeprom_entry()
91 EPC_WAIT_RW_COMP(handle, &val, EPC_READ_COMPLETE); in npi_espc_eeprom_entry()
92 if ((val & EPC_READ_COMPLETE) == 0) { in npi_espc_eeprom_entry()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_espc_hw.h42 #define EPC_READ_COMPLETE (1 << 30) macro