Searched refs:autosense (Results 1 – 6 of 6) sorted by relevance
601 int autosense; member814 int autosense; /* Allow/disallow autosensing */ member1159 lp->autosense = lp->params.autosense; in de4x5_hw_init()1161 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init()1162 lp->params.autosense = TP; in de4x5_hw_init()1164 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init()1165 lp->params.autosense = BNC; in de4x5_hw_init()2402 if ((lp->autosense == AUTO) || (lp->autosense == TP)) { in dc21040_autoconf()2404 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()2406 } else if (lp->autosense == EXT_SIA) { in dc21040_autoconf()[all …]
924 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\953 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
162 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
187 autosense Autosensing active media.202 By default, the NIC operates at autosense.
299 command failures (autosense). Autosense is recommended for303 Note that if autosense is not supported, scmd->sense_buffer
1067 * autosense and fill in the struct scsi_cmnd::sense_buffer1345 occurs. LLDs should perform autosense. This should be done when the LLD1352 decides whether the LLD has performed autosense by checking struct 1354 then autosense is assumed to have taken place. If it has another value (and1361 to perform autosense.