Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_osm.c781 found = ahc_reset_channel(ahc, scmd_channel(cmd) + 'A', in ahc_linux_bus_reset()
1160 ahc_reset_channel(ahc, 'A', /*initiate_reset*/TRUE); in ahc_linux_initialize_scsi_bus()
1167 ahc_reset_channel(ahc, 'B', /*initiate_reset*/TRUE); in ahc_linux_initialize_scsi_bus()
Daic7xxx.h1196 int ahc_reset_channel(struct ahc_softc *ahc, char channel,
Daic7xxx_core.c1369 ahc_reset_channel(ahc, devinfo.channel, in ahc_handle_seqint()
1599 ahc_reset_channel(ahc, intr_channel, in ahc_handle_scsiint()
1606 ahc_reset_channel(ahc, intr_channel, /*Initiate Reset*/FALSE); in ahc_handle_scsiint()
3203 found = ahc_reset_channel(ahc, 'A', TRUE); in ahc_handle_proto_violation()
6483 ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset) in ahc_reset_channel() function