Searched refs:dc_sbuf (Results 1 – 2 of 2) sorted by relevance
981 sp = sc->dc_cdata.dc_sbuf; in dc_setfilt_21143()988 sc->dc_cdata.dc_tx_chain[i] = (struct mbuf *)sc->dc_cdata.dc_sbuf; in dc_setfilt_21143()1187 sp = sc->dc_cdata.dc_sbuf; in dc_setfilt_uli()1194 sc->dc_cdata.dc_tx_chain[i] = (struct mbuf *)sc->dc_cdata.dc_sbuf; in dc_setfilt_uli()1278 sp = sc->dc_cdata.dc_sbuf; in dc_setfilt_xircom()1285 sc->dc_cdata.dc_tx_chain[i] = (struct mbuf *)sc->dc_cdata.dc_sbuf; in dc_setfilt_xircom()1891 error = bus_dmamem_alloc(sc->dc_stag, (void **)&sc->dc_cdata.dc_sbuf, in dc_dma_alloc()1898 error = bus_dmamap_load(sc->dc_stag, sc->dc_smap, sc->dc_cdata.dc_sbuf, in dc_dma_alloc()2006 if (sc->dc_smap != NULL && sc->dc_cdata.dc_sbuf != NULL) in dc_dma_free()2007 bus_dmamem_free(sc->dc_stag, sc->dc_cdata.dc_sbuf, in dc_dma_free()
511 uint32_t *dc_sbuf; member