Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c399 if (!list_empty(&xport->io_pending_list)) { in efct_scsi_dispatch_pending()
400 io = list_first_entry(&xport->io_pending_list, struct efct_io, in efct_scsi_dispatch_pending()
419 list_add(&xport->io_pending_list, &io->io_pending_link); in efct_scsi_dispatch_pending()
490 list_for_each_entry(io, &xport->io_pending_list, io_pending_link) { in efct_scsi_check_pending()
539 if (!list_empty(&xport->io_pending_list)) { in efct_scsi_io_dispatch()
547 list_add(&xport->io_pending_list, &io->io_pending_link); in efct_scsi_io_dispatch()
551 &xport->io_pending_list); in efct_scsi_io_dispatch()
572 list_add_tail(&io->io_pending_link, &xport->io_pending_list); in efct_scsi_io_dispatch()
600 if (!list_empty(&xport->io_pending_list)) { in efct_scsi_io_dispatch_abort()
602 list_add_tail(&io->io_pending_link, &xport->io_pending_list); in efct_scsi_io_dispatch_abort()
H A Defct_xport.h137 struct list_head io_pending_list; member
H A Defct_xport.c221 INIT_LIST_HEAD(&xport->io_pending_list); in efct_xport_initialize()