Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c65 EPC_WAIT_RW_COMP(handle, &val, EPC_WRITE_COMPLETE); in npi_espc_eeprom_entry()
77 EPC_WAIT_RW_COMP(handle, &val, EPC_READ_COMPLETE); in npi_espc_eeprom_entry()
91 EPC_WAIT_RW_COMP(handle, &val, EPC_READ_COMPLETE); in npi_espc_eeprom_entry()
H A Dnpi_espc.h36 #define EPC_WAIT_RW_COMP(handle, val_p, comp_bit) {\ macro