Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dips.c513 struct ips_ccb *ips_ccb_alloc(struct ips_softc *, int);
726 if ((sc->sc_ccb = ips_ccb_alloc(sc, sc->sc_nccbs)) == NULL) { in ips_attach()
1911 ips_ccb_alloc(struct ips_softc *sc, int n) in ips_ccb_alloc() function