Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c150 ahc_alloc_tstate(struct ahc_softc *ahc,
1571 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) in ahc_alloc_tstate() function
4949 if (ahc_alloc_tstate(ahc, ahc->our_id, 'A') == NULL) { in ahc_init()
4956 if (ahc_alloc_tstate(ahc, ahc->our_id_b, 'B') == NULL) { in ahc_init()
7435 tstate = ahc_alloc_tstate(ahc, target, channel); in ahc_handle_en_lun()