Searched refs:last_pending (Results 1 – 2 of 2) sorted by relevance
713 if (host->last_pending != NULL) { in initio_append_pend_scb()714 host->last_pending->next = scbp; in initio_append_pend_scb()715 host->last_pending = scbp; in initio_append_pend_scb()718 host->last_pending = scbp; in initio_append_pend_scb()734 host->last_pending = scbp; in initio_push_pend_scb()778 host->last_pending = NULL; in initio_unlink_pend_scb()781 if (tmp == host->last_pending) in initio_unlink_pend_scb()782 host->last_pending = prev; in initio_unlink_pend_scb()948 host->last_pending = NULL; in initio_abort_srb()951 if (tmp == host->last_pending) in initio_abort_srb()[all …]
530 struct scsi_ctrl_blk *last_pending; /* 44 */ member