Searched refs:io_wait_free (Results 1 – 3 of 3) sorted by relevance
493 ocs_list_foreach(&hw->io_wait_free, io) { in ocs_ddump_hw()
579 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()
1031 ocs_list_t io_wait_free; /**< List of IO objects waiting to be freed */ member