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

  /src/sys/dev/pci/
if_bce.c 70 struct bce_dma_slot { struct
123 struct bce_dma_slot *bce_rx_ring; /* receive ring */
124 struct bce_dma_slot *bce_tx_ring; /* transmit ring */
140 struct bce_dma_slot *__bced = &sc->bce_rx_ring[x]; \
151 sizeof(struct bce_dma_slot) * x, \
152 sizeof(struct bce_dma_slot), \
386 sc->bce_rx_ring = (struct bce_dma_slot *) kva;
387 sc->bce_tx_ring = (struct bce_dma_slot *) ((char *)kva + PAGE_SIZE);
611 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart,
612 sizeof(struct bce_dma_slot) * dmamap->dm_nsegs
    [all...]

Completed in 11 milliseconds