Searched refs:sc_bufptr (Results 1 – 2 of 2) sorted by relevance
1511 sc->sc_bufptr = bf; in ath_desc_alloc()1556 if (sc->sc_bufptr[i].bf_dmamap == NULL) in ath_desc_alloc()1558 bus_dmamap_destroy(sc->sc_dmat, sc->sc_bufptr[i].bf_dmamap); in ath_desc_alloc()1562 if (sc->sc_bufptr[i].bf_dmamap == NULL) in ath_desc_alloc()1564 bus_dmamap_destroy(sc->sc_dmat, sc->sc_bufptr[i].bf_dmamap); in ath_desc_alloc()1611 free(sc->sc_bufptr, M_DEVBUF, 0); in ath_desc_free()1612 sc->sc_bufptr = NULL; in ath_desc_free()
272 struct ath_buf *sc_bufptr; /* allocated buffer ptr */ member