HomeSort by: relevance | last modified time | path
    Searched refs:ldc_queue_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc64/dev/
ldcvar.h 36 struct ldc_queue *ldc_queue_alloc(bus_dma_tag_t, int);
39 struct ldc_queue *ldc_queue_alloc(int);
ldc.c 535 ldc_queue_alloc(bus_dma_tag_t t, int nentries) function in typeref:struct:ldc_queue *
538 ldc_queue_alloc(int nentries)
vdsk.c 285 lc->lc_txq = ldc_queue_alloc(sc->sc_dmatag, VDSK_TX_ENTRIES);
287 lc->lc_txq = ldc_queue_alloc(VDSK_TX_ENTRIES);
290 lc->lc_rxq = ldc_queue_alloc(sc->sc_dmatag, VDSK_RX_ENTRIES);
292 lc->lc_rxq = ldc_queue_alloc(VDSK_RX_ENTRIES);
vnet.c 285 lc->lc_txq = ldc_queue_alloc(VNET_TX_ENTRIES);
291 lc->lc_rxq = ldc_queue_alloc(VNET_RX_ENTRIES);

Completed in 17 milliseconds