OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bce_dma_slot
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_bce.c
70
struct
bce_dma_slot
{
struct
123
struct
bce_dma_slot
*bce_rx_ring; /* receive ring */
124
struct
bce_dma_slot
*bce_tx_ring; /* transmit ring */
140
struct
bce_dma_slot
*__bced = &sc->bce_rx_ring[x]; \
151
sizeof(struct
bce_dma_slot
) * x, \
152
sizeof(struct
bce_dma_slot
), \
386
sc->bce_rx_ring = (struct
bce_dma_slot
*) kva;
387
sc->bce_tx_ring = (struct
bce_dma_slot
*) ((char *)kva + PAGE_SIZE);
611
PAGE_SIZE + sizeof(struct
bce_dma_slot
) * txstart,
612
sizeof(struct
bce_dma_slot
) * dmamap->dm_nsegs
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 29 12:09:47 GMT 2025