Home
last modified time | relevance | path

Searched refs:autosense (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/
H A DNCR5380.c409 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()
H A DNCR5380.h218 struct list_head autosense; /* Priority cmnd queue */ member
/linux/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst212 autosense Autosensing active media.
230 By default, the NIC operates at autosense.
/linux/Documentation/scsi/
H A Dscsi_eh.rst321 command failures (autosense). Autosense is recommended for
325 Note that if autosense is not supported, scmd->sense_buffer
H A Dscsi_mid_low_api.rst900 * autosense and fill in the struct scsi_cmnd::sense_buffer
1164 occurs. LLDs should perform autosense. This should be done when the LLD
1172 decides whether the LLD has performed autosense by checking struct
1174 then autosense is assumed to have taken place. If it has another value (and
1181 to perform autosense.