Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dretire_store.c54 RIO_STORE_F_BYPASS = 2 enumerator
160 int flag_mask = RIO_STORE_F_RETIRED|RIO_STORE_F_BYPASS; in rio_store_free()
223 flags |= RIO_STORE_F_BYPASS; in rio_store_decode()
267 int flag_mask = RIO_STORE_F_RETIRED|RIO_STORE_F_BYPASS; in rio_store_encode()
335 int flag_mask = RIO_STORE_F_RETIRED|RIO_STORE_F_BYPASS; in e_ddi_retire_persist()
341 rsp->rst_flags &= ~RIO_STORE_F_BYPASS; in e_ddi_retire_persist()
417 int flag_mask = RIO_STORE_F_RETIRED|RIO_STORE_F_BYPASS; in e_ddi_device_retired()
430 if (rsp->rst_flags & RIO_STORE_F_BYPASS) { in e_ddi_device_retired()