Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h440 struct list_head io_wait_free; member
H A Defct_hw.c273 INIT_LIST_HEAD(&hw->io_wait_free); in efct_hw_setup()
925 while ((!list_empty(&hw->io_wait_free))) { in efct_hw_init()
927 temp = list_first_entry(&hw->io_wait_free, struct efct_hw_io, in efct_hw_init()
1633 list_add_tail(&io->list_entry, &hw->io_wait_free); in efct_hw_io_free_move_correct_list()