Home
last modified time | relevance | path

Searched refs:ahc_reset_channel (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c764 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()
H A Daic7xxx.h1185 int ahc_reset_channel(struct ahc_softc *ahc, char channel,
H A Daic7xxx_core.c1361 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