Searched refs:last_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.c742 if (host->last_pending != NULL) {
743 host->last_pending->next = scbp;
744 host->last_pending = scbp;
747 host->last_pending = scbp;
763 host->last_pending = scbp;
807 host->last_pending = NULL;
810 if (tmp == host->last_pending)
811 host->last_pending = prev;
976 host->last_pending = NULL;
979 if (tmp == host->last_pending)
[all...]
H A Dinitio.h530 struct scsi_ctrl_blk *last_pending; /* 44 */ member in struct:initio_host

Completed in 49 milliseconds