Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dmpivar.h152 struct mpi_rcb_list sc_evt_scan_queue; member
H A Dmpi.c273 SIMPLEQ_INIT(&sc->sc_evt_scan_queue); in mpi_attach()
2379 SIMPLEQ_INSERT_TAIL(&sc->sc_evt_scan_queue, rcb, rcb_link); in mpi_evt_sas()
2412 rcb = SIMPLEQ_FIRST(&sc->sc_evt_scan_queue); in mpi_evt_sas_detach()
2415 SIMPLEQ_REMOVE_HEAD(&sc->sc_evt_scan_queue, rcb_link); in mpi_evt_sas_detach()