Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dinitio.c727 if (host->last_pending != NULL) { in initio_append_pend_scb()
728 host->last_pending->next = scbp; in initio_append_pend_scb()
729 host->last_pending = scbp; in initio_append_pend_scb()
732 host->last_pending = scbp; in initio_append_pend_scb()
748 host->last_pending = scbp; in initio_push_pend_scb()
792 host->last_pending = NULL; in initio_unlink_pend_scb()
795 if (tmp == host->last_pending) in initio_unlink_pend_scb()
796 host->last_pending = prev; in initio_unlink_pend_scb()
962 host->last_pending = NULL; in initio_abort_srb()
965 if (tmp == host->last_pending) in initio_abort_srb()
[all …]
Dinitio.h530 struct scsi_ctrl_blk *last_pending; /* 44 */ member