Home
last modified time | relevance | path

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

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