Searched refs:ldc_queue_alloc (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | ldcvar.h | 32 struct ldc_queue *ldc_queue_alloc(bus_dma_tag_t, int);
|
| D | vcctty.c | 133 lc->lc_txq = ldc_queue_alloc(sc->sc_dmatag, VCCTTY_TX_ENTRIES); in vcctty_attach() 139 lc->lc_rxq = ldc_queue_alloc(sc->sc_dmatag, VCCTTY_RX_ENTRIES); in vcctty_attach()
|
| D | vldcp.c | 164 lc->lc_txq = ldc_queue_alloc(sc->sc_dmatag, VLDCP_TX_ENTRIES); in vldcp_attach() 170 lc->lc_rxq = ldc_queue_alloc(sc->sc_dmatag, VLDCP_RX_ENTRIES); in vldcp_attach()
|
| D | vdsk.c | 268 lc->lc_txq = ldc_queue_alloc(sc->sc_dmatag, VDSK_TX_ENTRIES); in vdsk_attach() 274 lc->lc_rxq = ldc_queue_alloc(sc->sc_dmatag, VDSK_RX_ENTRIES); in vdsk_attach()
|
| D | ldc.c | 496 ldc_queue_alloc(bus_dma_tag_t t, int nentries) in ldc_queue_alloc() function
|
| D | vnet.c | 291 lc->lc_txq = ldc_queue_alloc(sc->sc_dmatag, VNET_TX_ENTRIES); in vnet_attach() 297 lc->lc_rxq = ldc_queue_alloc(sc->sc_dmatag, VNET_RX_ENTRIES); in vnet_attach()
|
| D | vdsp.c | 369 lc->lc_txq = ldc_queue_alloc(sc->sc_dmatag, VDSK_TX_ENTRIES); in vdsp_attach() 375 lc->lc_rxq = ldc_queue_alloc(sc->sc_dmatag, VDSK_RX_ENTRIES); in vdsp_attach()
|