Searched refs:io_free (Results 1 – 5 of 5) sorted by relevance
139 io->io_free = 0; in efct_io_pool_io_alloc()159 io->io_free = 1; in efct_io_pool_io_free()
150 u8 io_free; member
272 INIT_LIST_HEAD(&hw->io_free); in efct_hw_setup()661 list_add_tail(&io->list_entry, &hw->io_free); in efct_hw_init_prereg_io()689 list_add_tail(&io->list_entry, &hw->io_free); in efct_hw_init_io()947 while ((!list_empty(&hw->io_free))) { in efct_hw_init()949 temp = list_first_entry(&hw->io_free, struct efct_hw_io, in efct_hw_init()1582 if (!list_empty(&hw->io_free)) { in _efct_hw_io_alloc()1583 io = list_first_entry(&hw->io_free, struct efct_hw_io, in _efct_hw_io_alloc()1639 list_add_tail(&io->list_entry, &hw->io_free); in efct_hw_io_free_move_correct_list()
84 if (io->io_free) { in _efct_scsi_io_free()1149 if (io->io_free) { in efct_scsi_io_complete()
442 struct list_head io_free; member
Completed in 27 milliseconds