Searched refs:autosense (Results 1 – 5 of 5) sorted by relevance
409 INIT_LIST_HEAD(&hostdata->autosense); in NCR5380_init()615 list_empty(&hostdata->autosense) && in maybe_release_dma_irq()639 if (hostdata->sensing || list_empty(&hostdata->autosense)) { in dequeue_next_cmd()654 ncmd = list_first_entry(&hostdata->autosense, in dequeue_next_cmd()674 list_add(&ncmd->list, &hostdata->autosense); in requeue_cmd()1828 &hostdata->autosense); in NCR5380_information_transfer()2302 if (list_del_cmd(&hostdata->autosense, cmd)) { in NCR5380_abort()2354 list_for_each_entry(ncmd, &hostdata->autosense, list) { in bus_reset_cleanup()2359 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.
321 command failures (autosense). Autosense is recommended for325 Note that if autosense is not supported, scmd->sense_buffer
900 * autosense and fill in the struct scsi_cmnd::sense_buffer1163 occurs. LLDs should perform autosense. This should be done when the LLD1171 decides whether the LLD has performed autosense by checking struct1173 then autosense is assumed to have taken place. If it has another value (and1180 to perform autosense.