Home
last modified time | relevance | path

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

/drivers/scsi/
Dinitio.c717 host->first_pending = scbp; in initio_append_pend_scb()
730 if ((scbp->next = host->first_pending) != NULL) { in initio_push_pend_scb()
731 host->first_pending = scbp; in initio_push_pend_scb()
733 host->first_pending = scbp; in initio_push_pend_scb()
743 first = host->first_pending; in initio_find_first_pend_scb()
773 prev = tmp = host->first_pending; in initio_unlink_pend_scb()
776 if (tmp == host->first_pending) { in initio_unlink_pend_scb()
777 if ((host->first_pending = tmp->next) == NULL) in initio_unlink_pend_scb()
939 prev = tmp = host->first_pending; /* Check Pend queue */ in initio_abort_srb()
946 } else if (tmp == host->first_pending) { in initio_abort_srb()
[all …]
Dinitio.h529 struct scsi_ctrl_blk *first_pending; /* 40 */ member