Home
last modified time | relevance | path

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

/trueos/sys/dev/mlx/
HDmlxvar.h138 struct bio_queue_head mlx_bioq; /* outstanding I/O operations */ member
HDmlx.c310 bioq_init(&sc->mlx_bioq); in mlx_attach()
741 bioq_insert_tail(&sc->mlx_bioq, bp); in mlx_submit_buf()
1923 if ((bp = bioq_first(&sc->mlx_bioq)) == NULL) in mlx_startio()
1934 bioq_remove(&sc->mlx_bioq, bp); in mlx_startio()