Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c137 ahc_alloc_tstate(struct ahc_softc *ahc,
2116 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) in ahc_alloc_tstate() function
5352 if (ahc_alloc_tstate(ahc, ahc->our_id, 'A') == NULL) { in ahc_init()
5359 if (ahc_alloc_tstate(ahc, ahc->our_id_b, 'B') == NULL) { in ahc_init()
7483 tstate = ahc_alloc_tstate(ahc, target, channel); in ahc_handle_en_lun()