HomeSort by: relevance | last modified time | path
    Searched defs:ixl_dmamem_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_ixl.c 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)
5550 ixl_dmamem_alloc(struct ixl_softc *sc, struct ixl_dmamem *ixm, function in typeref:typename:int
    [all...]
if_ixl.c 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)
5550 ixl_dmamem_alloc(struct ixl_softc *sc, struct ixl_dmamem *ixm, function in typeref:typename:int
    [all...]

Completed in 102 milliseconds