Home
last modified time | relevance | path

Searched refs:BUS_RESET (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c11502 #define BUS_RESET 0x02 in aic7xxx_reset() macro
11565 action = BUS_RESET; in aic7xxx_reset()
11598 action = BUS_RESET; in aic7xxx_reset()
11610 action = BUS_RESET; in aic7xxx_reset()
11618 action = BUS_RESET; in aic7xxx_reset()
11620 if ( (action & BUS_RESET) && !(p->features & AHC_TWIN) ) in aic7xxx_reset()
11625 !(action & (HOST_RESET | BUS_RESET))) in aic7xxx_reset()
11634 action = BUS_RESET; in aic7xxx_reset()
11637 (action & (HOST_RESET | BUS_RESET)) ) in aic7xxx_reset()
11671 case BUS_RESET: in aic7xxx_reset()
Dqla1280.c1295 BUS_RESET, enumerator
1468 case BUS_RESET: in qla1280_error_action()
1564 return qla1280_error_action(cmd, BUS_RESET); in qla1280_eh_bus_reset()