Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx_inline.h366 if (ahc_alloc_scbs(ahc) == 0) in ahc_get_scb()
H A Daic7xxx.h1230 int ahc_alloc_scbs(struct ahc_softc *ahc);
H A Daic7xxx.c4420 while (ahc_alloc_scbs(ahc) != 0) in ahc_init_scbdata()
4496 ahc_alloc_scbs(struct ahc_softc *ahc) in ahc_alloc_scbs() function