Lines Matching refs:first_pending
717 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()
947 if ((host->first_pending = tmp->next) == NULL) in initio_abort_srb()