Home
last modified time | relevance | path

Searched refs:io_wait_free (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c493 ocs_list_foreach(&hw->io_wait_free, io) { in ocs_ddump_hw()
H A Docs_hw.c579 if (ocs_list_valid(&hw->io_wait_free)) { in ocs_hw_init()
580 while ((!ocs_list_empty(&hw->io_wait_free))) { in ocs_hw_init()
582 ocs_list_remove_head(&hw->io_wait_free); in ocs_hw_init()
616 ocs_list_init(&hw->io_wait_free, ocs_hw_io_t, link); in ocs_hw_init()
1403 while (!ocs_list_empty(&hw->io_wait_free)) { in ocs_hw_reset()
1404 ocs_list_remove_head(&hw->io_wait_free); in ocs_hw_reset()
3448 ocs_list_add_tail(&hw->io_wait_free, io); in ocs_hw_io_free_move_correct_list()
8023 ocs_list_foreach(&hw->io_wait_free, io) { in ocs_hw_io_get_count()
8980 ocs_list_remove(&hw->io_wait_free, io); in ocs_hw_xabt_process()
H A Docs_hw.h1031 ocs_list_t io_wait_free; /**< List of IO objects waiting to be freed */ member