Lines Matching refs:first_pending
717 host->first_pending = scbp;
730 if ((scbp->next = host->first_pending) != NULL) {
731 host->first_pending = scbp;
733 host->first_pending = scbp;
743 first = host->first_pending;
773 prev = tmp = host->first_pending;
776 if (tmp == host->first_pending) {
777 if ((host->first_pending = tmp->next) == NULL)
939 prev = tmp = host->first_pending; /* Check Pend queue */
946 } else if (tmp == host->first_pending) {
947 if ((host->first_pending = tmp->next) == NULL)