Searched refs:ahc_reset_channel (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 764 found = ahc_reset_channel(ahc, scmd_channel(cmd) + 'A', in ahc_linux_bus_reset() 1140 ahc_reset_channel(ahc, 'A', /*initiate_reset*/TRUE); in ahc_linux_initialize_scsi_bus() 1147 ahc_reset_channel(ahc, 'B', /*initiate_reset*/TRUE); in ahc_linux_initialize_scsi_bus()
|
D | aic7xxx.h | 1185 int ahc_reset_channel(struct ahc_softc *ahc, char channel,
|
D | aic7xxx_core.c | 1361 ahc_reset_channel(ahc, devinfo.channel, in ahc_handle_seqint() 1591 ahc_reset_channel(ahc, intr_channel, in ahc_handle_scsiint() 1598 ahc_reset_channel(ahc, intr_channel, /*Initiate Reset*/FALSE); in ahc_handle_scsiint() 3178 found = ahc_reset_channel(ahc, 'A', TRUE); in ahc_handle_proto_violation() 6417 ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset) in ahc_reset_channel() function
|