Home
last modified time | relevance | path

Searched refs:ldc_queue_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dldcvar.h36 struct ldc_queue *ldc_queue_alloc(bus_dma_tag_t, int);
39 struct ldc_queue *ldc_queue_alloc(int);
H A Dvdsk.c277 lc->lc_txq = ldc_queue_alloc(sc->sc_dmatag, VDSK_TX_ENTRIES); in vdsk_attach()
279 lc->lc_txq = ldc_queue_alloc(VDSK_TX_ENTRIES); in vdsk_attach()
282 lc->lc_rxq = ldc_queue_alloc(sc->sc_dmatag, VDSK_RX_ENTRIES); in vdsk_attach()
284 lc->lc_rxq = ldc_queue_alloc(VDSK_RX_ENTRIES); in vdsk_attach()
H A Dldc.c525 ldc_queue_alloc(bus_dma_tag_t t, int nentries) in ldc_queue_alloc() function
528 ldc_queue_alloc(int nentries) in ldc_queue_alloc()
H A Dvnet.c285 lc->lc_txq = ldc_queue_alloc(VNET_TX_ENTRIES); in vnet_attach()
291 lc->lc_rxq = ldc_queue_alloc(VNET_RX_ENTRIES); in vnet_attach()