OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RX_DESC_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
dwc_eqos.c
92
#define
RX_DESC_SIZE
(RX_DESC_COUNT * DESC_ALIGN)
1418
error = bus_dmamap_create(sc->sc_dmat,
RX_DESC_SIZE
, 1,
RX_DESC_SIZE
,
1423
error = bus_dmamem_alloc(sc->sc_dmat,
RX_DESC_SIZE
, DESC_ALIGN,
1429
RX_DESC_SIZE
, (void *)&sc->sc_rx.desc_ring, BUS_DMA_WAITOK);
1434
sc->sc_rx.desc_ring,
RX_DESC_SIZE
, NULL, BUS_DMA_WAITOK);
1440
memset(sc->sc_rx.desc_ring, 0,
RX_DESC_SIZE
);
/src/sys/arch/arm/sunxi/
sunxi_emac.c
81
#define
RX_DESC_SIZE
(sizeof(struct sunxi_emac_desc) * RX_DESC_COUNT)
1236
error = bus_dmamap_create(sc->dmat,
RX_DESC_SIZE
, 1,
RX_DESC_SIZE
, 0,
1240
error = bus_dmamem_alloc(sc->dmat,
RX_DESC_SIZE
, DESC_ALIGN, 0,
1245
RX_DESC_SIZE
, (void *)&sc->rx.desc_ring,
1250
RX_DESC_SIZE
, NULL, BUS_DMA_WAITOK);
1255
memset(sc->rx.desc_ring, 0,
RX_DESC_SIZE
);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025