Searched refs:ldc_queue_alloc (Results 1 – 4 of 4) sorted by relevance
36 struct ldc_queue *ldc_queue_alloc(bus_dma_tag_t, int);39 struct ldc_queue *ldc_queue_alloc(int);
277 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()
525 ldc_queue_alloc(bus_dma_tag_t t, int nentries) in ldc_queue_alloc() function528 ldc_queue_alloc(int nentries) in ldc_queue_alloc()
285 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()