Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.h147 atomic_t io_pending_count; member
H A Defct_scsi.c436 atomic_sub_return(1, &xport->io_pending_count); in efct_scsi_dispatch_pending()
497 atomic_sub_return(1, &xport->io_pending_count); in efct_scsi_check_pending()
554 atomic_add_return(1, &xport->io_pending_count); in efct_scsi_io_dispatch()
576 atomic_add_return(1, &xport->io_pending_count); in efct_scsi_io_dispatch()
604 atomic_add_return(1, &xport->io_pending_count); in efct_scsi_io_dispatch_abort()
H A Defct_xport.c223 atomic_set(&xport->io_pending_count, 0); in efct_xport_initialize()