Lines Matching refs:io_free
599 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()
11361 ocs_list_add_tail(&hw->io_free, io); in ocs_hw_reclaim_xri()
11457 if (NULL != (io = ocs_list_remove_head(&hw->io_free))) { in ocs_hw_xri_move_to_port_owned()
11472 ocs_list_add_head(&hw->io_free, io); in ocs_hw_xri_move_to_port_owned()