OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 23 13:09:54 GMT 2025