Searched refs:mlx_bioq (Results 1 – 2 of 2) sorted by relevance
141 struct bio_queue_head mlx_bioq; /* outstanding I/O operations */ member
315 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()