Lines Matching refs:first_pending
731 host->first_pending = scbp; in initio_append_pend_scb()
744 if ((scbp->next = host->first_pending) != NULL) { in initio_push_pend_scb()
745 host->first_pending = scbp; in initio_push_pend_scb()
747 host->first_pending = scbp; in initio_push_pend_scb()
757 first = host->first_pending; in initio_find_first_pend_scb()
787 prev = tmp = host->first_pending; in initio_unlink_pend_scb()
790 if (tmp == host->first_pending) { in initio_unlink_pend_scb()
791 if ((host->first_pending = tmp->next) == NULL) in initio_unlink_pend_scb()
953 prev = tmp = host->first_pending; /* Check Pend queue */ in initio_abort_srb()
960 } else if (tmp == host->first_pending) { in initio_abort_srb()
961 if ((host->first_pending = tmp->next) == NULL) in initio_abort_srb()