Searched refs:initiate_reset (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1244 int initiate_reset);
|
D | aic79xx.h | 1421 int initiate_reset);
|
D | aic7xxx_core.c | 5963 ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset) in ahc_reset_channel() argument 6034 if (initiate_reset) in ahc_reset_channel() 6053 if (initiate_reset) in ahc_reset_channel()
|
D | aic79xx_core.c | 7410 ahd_reset_channel(struct ahd_softc *ahd, char channel, int initiate_reset) in ahd_reset_channel() argument 7476 if (initiate_reset) in ahd_reset_channel()
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 3864 aic7xxx_reset_channel(struct aic7xxx_host *p, int channel, int initiate_reset) in aic7xxx_reset_channel() argument 3872 p->host_no, channel, -1, -1, (initiate_reset==TRUE) ? "will" : "won't" ); in aic7xxx_reset_channel() 3944 if (initiate_reset) in aic7xxx_reset_channel() 3965 if (initiate_reset) in aic7xxx_reset_channel()
|