Home
last modified time | relevance | path

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

/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()
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 …]
Dde4x5.h924 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
953 if ((lp->tmp != MII_SR_ASSC) || (lp->autosense != AUTO)) {\
/drivers/scsi/
DNCR5380.c414 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()
1833 &hostdata->autosense); in NCR5380_information_transfer()
2297 if (list_del_cmd(&hostdata->autosense, cmd)) { in NCR5380_abort()
2350 list_for_each_entry(ncmd, &hostdata->autosense, list) { in bus_reset_cleanup()
2355 INIT_LIST_HEAD(&hostdata->autosense); in bus_reset_cleanup()
DNCR5380.h218 struct list_head autosense; /* Priority cmnd queue */ member