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