Lines Matching refs:first_pending
716 host->first_pending = scbp; in initio_append_pend_scb()
729 if ((scbp->next = host->first_pending) != NULL) { in initio_push_pend_scb()
730 host->first_pending = scbp; in initio_push_pend_scb()
732 host->first_pending = scbp; in initio_push_pend_scb()
742 first = host->first_pending; in initio_find_first_pend_scb()
772 prev = tmp = host->first_pending; in initio_unlink_pend_scb()
775 if (tmp == host->first_pending) { in initio_unlink_pend_scb()
776 if ((host->first_pending = tmp->next) == NULL) in initio_unlink_pend_scb()
937 prev = tmp = host->first_pending; /* Check Pend queue */ in initio_abort_srb()
944 } else if (tmp == host->first_pending) { in initio_abort_srb()
945 if ((host->first_pending = tmp->next) == NULL) in initio_abort_srb()