Searched refs:RX_DESC_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/dwc/
H A Dif_dwcvar.h48 #define RX_DESC_SIZE (sizeof(struct dwc_hwdesc) * RX_DESC_COUNT) macro
H A Dif_dwc.c974 RX_DESC_SIZE, 1, /* maxsize, nsegments */
975 RX_DESC_SIZE, /* maxsegsize */
995 sc->rxdesc_ring, RX_DESC_SIZE, dwc_get1paddr,
/freebsd-13-stable/sys/dev/ffec/
H A Dif_ffec.c138 #define RX_DESC_SIZE (sizeof(struct ffec_hwdesc) * RX_DESC_COUNT) macro
1607 RX_DESC_SIZE, 1, /* maxsize, nsegments */
1608 RX_DESC_SIZE, /* maxsegsize */
1627 RX_DESC_SIZE, ffec_get1paddr, &sc->rxdesc_ring_paddr, 0);
/freebsd-13-stable/sys/arm/allwinner/
H A Dif_awg.c88 #define RX_DESC_SIZE (sizeof(struct emac_desc) * RX_DESC_COUNT) macro
869 RX_DESC_SIZE, 1, /* maxsize, nsegs */
870 RX_DESC_SIZE, /* maxsegsize */
887 sc->rx.desc_ring, RX_DESC_SIZE, awg_dmamap_cb,

Completed in 173 milliseconds