Searched refs:first_busy (Results 1 – 2 of 2) sorted by relevance
822 host->first_busy = scbp; in initio_append_busy_scb()833 if ((tmp = host->first_busy) != NULL) { in initio_pop_busy_scb()834 if ((host->first_busy = tmp->next) == NULL) in initio_pop_busy_scb()857 prev = tmp = host->first_busy; in initio_unlink_busy_scb()860 if (tmp == host->first_busy) { in initio_unlink_busy_scb()861 if ((host->first_busy = tmp->next) == NULL) in initio_unlink_busy_scb()887 prev = tmp = host->first_busy; in initio_find_busy_scb()979 prev = tmp = host->first_busy; /* Check Busy queue */ in initio_abort_srb()990 if (tmp == host->first_busy) { in initio_abort_srb()991 if ((host->first_busy = tmp->next) == NULL) in initio_abort_srb()[all …]
531 struct scsi_ctrl_blk *first_busy; /* 48 */ member