Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlxvar.h141 struct bio_queue_head mlx_bioq; /* outstanding I/O operations */ member
H A Dmlx.c315 bioq_init(&sc->mlx_bioq); in mlx_attach()
739 bioq_insert_tail(&sc->mlx_bioq, bp); in mlx_submit_buf()
1921 if ((bp = bioq_first(&sc->mlx_bioq)) == NULL) in mlx_startio()
1932 bioq_remove(&sc->mlx_bioq, bp); in mlx_startio()