Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_mcdi.c81 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_HWRD_REG, &dword, B_FALSE); in ef10_mcdi_init()
143 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_LWRD_REG, &dword, B_FALSE); in ef10_mcdi_send_request()
147 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_HWRD_REG, &dword, B_FALSE); in ef10_mcdi_send_request()
H A Defx_impl.h822 #define EFX_BAR_WRITED(_enp, _reg, _edp, _lock) \ macro