Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_io.h149 uint8_t io_free; /**< Is io object in freelist > */ member
179 return !(io->io_free); in ocs_io_busy()
H A Docs_io.c265 io->io_free = 0; in ocs_io_pool_io_alloc()
300 io->io_free = 1; in ocs_io_pool_io_free()
H A Docs_hw.c599 if (ocs_list_valid(&hw->io_free)) { in ocs_hw_init()
600 while ((!ocs_list_empty(&hw->io_free))) { in ocs_hw_init()
602 ocs_list_remove_head(&hw->io_free); in ocs_hw_init()
614 ocs_list_init(&hw->io_free, ocs_hw_io_t, link); in ocs_hw_init()
1400 while (!ocs_list_empty(&hw->io_free)) { in ocs_hw_reset()
1401 ocs_list_remove_head(&hw->io_free); in ocs_hw_reset()
3359 if (NULL != (io = ocs_list_remove_head(&hw->io_free))) { in _ocs_hw_io_alloc()
3452 ocs_list_add_tail(&hw->io_free, io); in ocs_hw_io_free_move_correct_list()
8018 ocs_list_foreach(&hw->io_free, io) { in ocs_hw_io_get_count()
9672 ocs_list_add_tail(&hw->io_free, io); in ocs_hw_init_io()
[all …]
H A Docs_ddump.c498 ocs_list_foreach(&hw->io_free, io) { in ocs_ddump_hw()
H A Docs_hw.h1032 ocs_list_t io_free; /**< List of IO objects available for allocation */ member