Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_scsi.c400 if (!list_empty(&xport->io_pending_list)) { in efct_scsi_dispatch_pending()
401 io = list_first_entry(&xport->io_pending_list, struct efct_io, in efct_scsi_dispatch_pending()
420 list_add(&xport->io_pending_list, &io->io_pending_link); in efct_scsi_dispatch_pending()
491 list_for_each_entry(io, &xport->io_pending_list, io_pending_link) { in efct_scsi_check_pending()
540 if (!list_empty(&xport->io_pending_list)) { in efct_scsi_io_dispatch()
548 list_add(&xport->io_pending_list, &io->io_pending_link); in efct_scsi_io_dispatch()
552 &xport->io_pending_list); in efct_scsi_io_dispatch()
573 list_add_tail(&io->io_pending_link, &xport->io_pending_list); in efct_scsi_io_dispatch()
601 if (!list_empty(&xport->io_pending_list)) { in efct_scsi_io_dispatch_abort()
603 list_add_tail(&io->io_pending_link, &xport->io_pending_list); in efct_scsi_io_dispatch_abort()
Defct_xport.h137 struct list_head io_pending_list; member
Defct_xport.c221 INIT_LIST_HEAD(&xport->io_pending_list); in efct_xport_initialize()