Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c143 ahc_alloc_tstate(struct ahc_softc *ahc,
1562 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) in ahc_alloc_tstate() function
4933 if (ahc_alloc_tstate(ahc, ahc->our_id, 'A') == NULL) { in ahc_init()
4940 if (ahc_alloc_tstate(ahc, ahc->our_id_b, 'B') == NULL) { in ahc_init()
7420 tstate = ahc_alloc_tstate(ahc, target, channel); in ahc_handle_en_lun()