Lines Matching defs:malo_rx_desc
82 struct malo_rx_desc {
568 struct malo_rx_desc *desc;
576 count * sizeof(struct malo_rx_desc), 1,
577 count * sizeof(struct malo_rx_desc), 0,
585 count * sizeof(struct malo_rx_desc),
594 count * sizeof(struct malo_rx_desc), (void **)&ring->desc,
602 count * sizeof(struct malo_rx_desc), NULL, BUS_DMA_NOWAIT);
652 (i + 1) % count * sizeof(struct malo_rx_desc));
689 ring->count * sizeof(struct malo_rx_desc));
1517 struct malo_rx_desc *desc;
1533 sc->sc_rxring.cur * sizeof(struct malo_rx_desc),
1534 sizeof(struct malo_rx_desc), BUS_DMASYNC_POSTREAD);
1634 sc->sc_rxring.cur * sizeof(struct malo_rx_desc),
1635 sizeof(struct malo_rx_desc), BUS_DMASYNC_PREWRITE);