HomeSort by: relevance | last modified time | path
    Searched defs:malo_tx_desc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
malo.c 97 struct malo_tx_desc { struct
277 static void malo_tx_setup_desc(struct malo_softc *sc, struct malo_tx_desc *desc,
723 count * sizeof(struct malo_tx_desc), 1,
724 count * sizeof(struct malo_tx_desc), 0, BUS_DMA_NOWAIT, &ring->map);
731 count * sizeof(struct malo_tx_desc), PAGE_SIZE, 0,
739 count * sizeof(struct malo_tx_desc), (void **)&ring->desc,
747 count * sizeof(struct malo_tx_desc), NULL, BUS_DMA_NOWAIT);
767 (i + 1) % count * sizeof(struct malo_tx_desc));
779 struct malo_tx_desc *desc;
822 ring->count * sizeof(struct malo_tx_desc));
    [all...]
  /src/sys/dev/pcmcia/
if_malo_pcmciavar.h 339 struct malo_tx_desc { struct

Completed in 13 milliseconds