Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dinitio.c711 if (host->last_pending != NULL) { in initio_append_pend_scb()
712 host->last_pending->next = scbp; in initio_append_pend_scb()
713 host->last_pending = scbp; in initio_append_pend_scb()
716 host->last_pending = scbp; in initio_append_pend_scb()
732 host->last_pending = scbp; in initio_push_pend_scb()
776 host->last_pending = NULL; in initio_unlink_pend_scb()
779 if (tmp == host->last_pending) in initio_unlink_pend_scb()
780 host->last_pending = prev; in initio_unlink_pend_scb()
945 host->last_pending = NULL; in initio_abort_srb()
948 if (tmp == host->last_pending) in initio_abort_srb()
[all …]
H A Dinitio.h505 struct scsi_ctrl_blk *last_pending; /* 44 */ member