Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
A Dde4x5.c602 int autosense; member
1158 lp->autosense = lp->params.autosense; in de4x5_hw_init()
2404 if ((lp->autosense == AUTO) || (lp->autosense == TP)) { in dc21040_autoconf()
2406 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()
2558 if ((lp->autosense == AUTO) || (lp->autosense == TP_NW)) { in dc21041_autoconf()
5208 lp->params.autosense = TP_NW; in de4x5_parse_params()
5210 lp->params.autosense = TP; in de4x5_parse_params()
5212 lp->params.autosense = BNC; in de4x5_parse_params()
5214 lp->params.autosense = BNC; in de4x5_parse_params()
5216 lp->params.autosense = AUI; in de4x5_parse_params()
[all …]
A Dde4x5.h924 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
953 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
/linux/Documentation/networking/device_drivers/ethernet/dec/
A Dde4x5.rst171 autosense to set the media/speed; with the following
179 insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'.
183 DE4X5_OPTS = -DDE4X5_PARM='"eth0:fdx autosense=AUI eth2:autosense=TP"'
187 autosense setting. In reality, I expect only the full duplex option to
/linux/drivers/scsi/
A DNCR5380.c414 INIT_LIST_HEAD(&hostdata->autosense); in NCR5380_init()
620 list_empty(&hostdata->autosense) && in maybe_release_dma_irq()
644 if (hostdata->sensing || list_empty(&hostdata->autosense)) { in dequeue_next_cmd()
659 ncmd = list_first_entry(&hostdata->autosense, in dequeue_next_cmd()
679 list_add(&ncmd->list, &hostdata->autosense); in requeue_cmd()
1843 &hostdata->autosense); in NCR5380_information_transfer()
2305 if (list_del_cmd(&hostdata->autosense, cmd)) { in NCR5380_abort()
2357 list_for_each_entry(ncmd, &hostdata->autosense, list) { in bus_reset_cleanup()
2362 INIT_LIST_HEAD(&hostdata->autosense); in bus_reset_cleanup()
A DNCR5380.h218 struct list_head autosense; /* Priority cmnd queue */ member
/linux/Documentation/networking/device_drivers/ethernet/dlink/
A Ddl2k.rst212 autosense Autosensing active media.
230 By default, the NIC operates at autosense.
/linux/Documentation/scsi/
A Dscsi_eh.rst321 command failures (autosense). Autosense is recommended for
325 Note that if autosense is not supported, scmd->sense_buffer
A 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.

Completed in 25 milliseconds