Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h366 if (ahc_alloc_scbs(ahc) == 0) in ahc_get_scb()
H A Daic7xxx.h1226 int ahc_alloc_scbs(struct ahc_softc *ahc);
H A Daic7xxx.c4392 while (ahc_alloc_scbs(ahc) != 0) in ahc_init_scbdata()
4468 ahc_alloc_scbs(struct ahc_softc *ahc) in ahc_alloc_scbs() function