Searched refs:buf_map (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/eqos/ |
| H A D | if_eqos.c | 302 sc->tx.buf_map[first].mbuf = m; in eqos_setup_txbuf() 352 sc->rx.buf_map[index].mbuf = m; in eqos_setup_rxbuf() 695 sc->rx.buf_map[sc->rx.head].map); in eqos_rxintr() 699 m = sc->rx.buf_map[sc->rx.head].mbuf; in eqos_rxintr() 743 bmap = &sc->tx.buf_map[sc->tx.tail]; in eqos_txintr() 1037 &sc->tx.buf_map[i].map))) { in eqos_setup_dma() 1084 &sc->rx.buf_map[i].map))) { in eqos_setup_dma() 1242 m_free(sc->tx.buf_map[i].mbuf); in eqos_detach() 1244 sc->tx.buf_map[i].map); in eqos_detach() 1259 m_free(sc->rx.buf_map[i].mbuf); in eqos_detach() [all …]
|
| H A D | if_eqos_var.h | 68 struct eqos_bufmap buf_map[EQOS_DMA_DESC_COUNT]; member
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | check-common.c | 210 struct map_page *data_map, *buf_map, *buf2_map; in generic_test() local 238 buf = map_alloc(UNDERRUN, NULL, buf_sz, &buf_map); in generic_test() 333 map_free(buf_map, tests[i].name, "encode"); in generic_test() 363 struct map_page *data_map, *buf_map; in generic_decode_fail() local 398 buf = map_alloc(OVERRUN, bytes, sz, &buf_map); in generic_decode_fail() 413 map_free(buf_map, tests[i].name, "encode"); in generic_decode_fail()
|
| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | if_awg.c | 611 map = sc->tx.buf_map[first].map; in awg_encap() 692 sc->tx.buf_map[first].map = sc->tx.buf_map[last].map; in awg_encap() 693 sc->tx.buf_map[last].map = map; in awg_encap() 694 sc->tx.buf_map[last].mbuf = m; in awg_encap() 712 bmap = &sc->tx.buf_map[index]; in awg_clean_txbuf() 768 map = sc->rx.buf_map[index].map; in awg_newbuf_rx() 774 sc->rx.buf_map[index].mbuf = m; in awg_newbuf_rx() 851 &sc->tx.buf_map[i].map); in awg_setup_dma() 918 &sc->rx.buf_map[i].map); in awg_setup_dma() 923 sc->rx.buf_map[i].mbuf = NULL; in awg_setup_dma() [all …]
|
| /freebsd-14.2/sys/dev/mmc/host/ |
| H A D | dwmmc_var.h | 79 bus_dmamap_t buf_map; member
|
| H A D | dwmmc.c | 305 &sc->buf_map); in dma_setup() 936 bus_dmamap_sync(sc->buf_tag, sc->buf_map, in dma_done() 939 bus_dmamap_sync(sc->buf_tag, sc->buf_map, in dma_done() 945 bus_dmamap_unload(sc->buf_tag, sc->buf_map); in dma_done() 981 err = bus_dmamap_load(sc->buf_tag, sc->buf_map, in dma_prepare() 992 bus_dmamap_sync(sc->buf_tag, sc->buf_map, in dma_prepare() 995 bus_dmamap_sync(sc->buf_tag, sc->buf_map, in dma_prepare()
|
| /freebsd-14.2/sys/dev/sound/pci/ |
| H A D | emu10k1.c | 163 bus_dmamap_t buf_map; member 1365 buf = emu_malloc(sc, sz, &blk->buf_addr, &blk->buf_map); in emu_memalloc() 1408 emu_free(sc, buf, blk->buf_map); in emu_memfree()
|
| H A D | emu10kx.c | 275 bus_dmamap_t buf_map; member 1119 membuf = emu_malloc(mem, sz, &blk->buf_addr, &blk->buf_map); in emu_memalloc() 1157 emu_free(mem, membuf, blk->buf_map); in emu_memfree()
|