Searched refs:autosense (Results 1 – 5 of 5) sorted by relevance
411 INIT_LIST_HEAD(&hostdata->autosense); in NCR5380_init()617 list_empty(&hostdata->autosense) && in maybe_release_dma_irq()641 if (hostdata->sensing || list_empty(&hostdata->autosense)) { in dequeue_next_cmd()656 ncmd = list_first_entry(&hostdata->autosense, in dequeue_next_cmd()676 list_add(&ncmd->list, &hostdata->autosense); in requeue_cmd()1841 &hostdata->autosense); in NCR5380_information_transfer()2303 if (list_del_cmd(&hostdata->autosense, cmd)) { in NCR5380_abort()2355 list_for_each_entry(ncmd, &hostdata->autosense, list) { in bus_reset_cleanup()2360 INIT_LIST_HEAD(&hostdata->autosense); in bus_reset_cleanup()
218 struct list_head autosense; /* Priority cmnd queue */ member
212 autosense Autosensing active media.230 By default, the NIC operates at autosense.
319 command failures (autosense). Autosense is recommended for323 Note that if autosense is not supported, scmd->sense_buffer
953 * autosense and fill in the struct scsi_cmnd::sense_buffer1243 occurs. LLDs should perform autosense. This should be done when the LLD1251 decides whether the LLD has performed autosense by checking struct1253 then autosense is assumed to have taken place. If it has another value (and1260 to perform autosense.