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

  /src/sys/dev/ic/
malo.c 82 struct malo_rx_desc { struct
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
    [all...]
  /src/sys/dev/pcmcia/
if_malo_pcmciavar.h 325 struct malo_rx_desc { struct

Completed in 12 milliseconds