Searched refs:first_pending (Results 1 – 2 of 2) sorted by relevance
715 host->first_pending = scbp; in initio_append_pend_scb()728 if ((scbp->next = host->first_pending) != NULL) { in initio_push_pend_scb()729 host->first_pending = scbp; in initio_push_pend_scb()731 host->first_pending = scbp; in initio_push_pend_scb()741 first = host->first_pending; in initio_find_first_pend_scb()771 prev = tmp = host->first_pending; in initio_unlink_pend_scb()774 if (tmp == host->first_pending) { in initio_unlink_pend_scb()775 if ((host->first_pending = tmp->next) == NULL) in initio_unlink_pend_scb()936 prev = tmp = host->first_pending; /* Check Pend queue */ in initio_abort_srb()943 } else if (tmp == host->first_pending) { in initio_abort_srb()[all …]
504 struct scsi_ctrl_blk *first_pending; /* 40 */ member
Completed in 10 milliseconds