Home | History | Annotate | Download | only in pci

Lines Matching defs:ixl_dmamem_alloc

736 static int	ixl_dmamem_alloc(struct ixl_softc *, struct ixl_dmamem *,
1081 if (ixl_dmamem_alloc(sc, &sc->sc_atq,
1093 if (ixl_dmamem_alloc(sc, &sc->sc_arq,
1152 if (ixl_dmamem_alloc(sc, &sc->sc_aqbuf, IXL_AQ_BUFLEN, 0) != 0) {
1249 if (ixl_dmamem_alloc(sc, &sc->sc_scratch,
2367 if (ixl_dmamem_alloc(sc, &txr->txr_mem,
2947 if (ixl_dmamem_alloc(sc, &rxr->rxr_mem,
4156 if (ixl_dmamem_alloc(sc, &idm, caps_size, 0) != 0) {
4211 if (ixl_dmamem_alloc(sc, &idm, sizeof(*addrs), 0) != 0) {
4265 if (ixl_dmamem_alloc(sc, &idm, IXL_AQ_BUFLEN, 0) != 0) {
4400 if (ixl_dmamem_alloc(sc, &idm, IXL_AQ_BUFLEN, 0) != 0) {
5135 if (ixl_dmamem_alloc(sc, &sc->sc_hmc_pd, size, IXL_HMC_PGSIZE) != 0) {
5141 if (ixl_dmamem_alloc(sc, &sc->sc_hmc_sd, tables * IXL_HMC_PGSIZE,
5550 ixl_dmamem_alloc(struct ixl_softc *sc, struct ixl_dmamem *ixm,