Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c601 int autosense; member
814 int autosense; /* Allow/disallow autosensing */ member
1156 lp->autosense = lp->params.autosense; in de4x5_hw_init()
1158 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init()
1159 lp->params.autosense = TP; in de4x5_hw_init()
1161 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init()
1162 lp->params.autosense = BNC; in de4x5_hw_init()
2403 if ((lp->autosense == AUTO) || (lp->autosense == TP)) { in dc21040_autoconf()
2405 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()
2407 } else if (lp->autosense == EXT_SIA) { in dc21040_autoconf()
[all …]
Dde4x5.h924 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
953 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
/Linux-v4.19/Documentation/networking/
Dde4x5.txt162 autosense to set the media/speed; with the following
169 insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'.
172 DE4X5_OPTS = -DDE4X5_PARM='"eth0:fdx autosense=AUI eth2:autosense=TP"'
176 autosense setting. In reality, I expect only the full duplex option to
Ddl2k.txt187 autosense Autosensing active media.
202 By default, the NIC operates at autosense.
/Linux-v4.19/drivers/scsi/
DNCR5380.c389 INIT_LIST_HEAD(&hostdata->autosense); in NCR5380_init()
593 list_empty(&hostdata->autosense) && in maybe_release_dma_irq()
617 if (hostdata->sensing || list_empty(&hostdata->autosense)) { in dequeue_next_cmd()
632 ncmd = list_first_entry(&hostdata->autosense, in dequeue_next_cmd()
652 list_add(&ncmd->list, &hostdata->autosense); in requeue_cmd()
1809 &hostdata->autosense); in NCR5380_information_transfer()
2272 if (list_del_cmd(&hostdata->autosense, cmd)) { in NCR5380_abort()
2348 list_for_each_entry(ncmd, &hostdata->autosense, list) { in NCR5380_host_reset()
2354 INIT_LIST_HEAD(&hostdata->autosense); in NCR5380_host_reset()
DNCR5380.h218 struct list_head autosense; /* Priority cmnd queue */ member
/Linux-v4.19/Documentation/scsi/
Dscsi_eh.txt288 command failures (autosense). Autosense is recommended for
292 Note that if autosense is not supported, scmd->sense_buffer
Dscsi_mid_low_api.txt968 * autosense and fill in the struct scsi_cmnd::sense_buffer
1225 occurs. LLDs should perform autosense. This should be done when the LLD
1232 decides whether the LLD has performed autosense by checking struct
1234 then autosense is assumed to have taken place. If it has another value (and
1241 to perform autosense.