Searched refs:last_pending (Results 1 – 2 of 2) sorted by relevance
712 if (host->last_pending != NULL) { in initio_append_pend_scb()713 host->last_pending->next = scbp; in initio_append_pend_scb()714 host->last_pending = scbp; in initio_append_pend_scb()717 host->last_pending = scbp; in initio_append_pend_scb()733 host->last_pending = scbp; in initio_push_pend_scb()777 host->last_pending = NULL; in initio_unlink_pend_scb()780 if (tmp == host->last_pending) in initio_unlink_pend_scb()781 host->last_pending = prev; in initio_unlink_pend_scb()946 host->last_pending = NULL; in initio_abort_srb()949 if (tmp == host->last_pending) in initio_abort_srb()[all …]
505 struct scsi_ctrl_blk *last_pending; /* 44 */ member