Searched refs:first_pending (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c746 host->first_pending = scbp;
759 if ((scbp->next = host->first_pending) != NULL) {
760 host->first_pending = scbp;
762 host->first_pending = scbp;
772 first = host->first_pending;
802 prev = tmp = host->first_pending;
805 if (tmp == host->first_pending) {
806 if ((host->first_pending = tmp->next) == NULL)
967 prev = tmp = host->first_pending; /* Check Pend queue */
974 } else if (tmp == host->first_pending) {
[all...]
H A Dinitio.h529 struct scsi_ctrl_blk *first_pending; /* 40 */ member in struct:initio_host

Completed in 30 milliseconds