bce_dma_slot       82 dev/pci/if_bce.c struct bce_dma_slot {
bce_dma_slot      135 dev/pci/if_bce.c 	struct bce_dma_slot	*bce_rx_ring;	/* receive ring */
bce_dma_slot      136 dev/pci/if_bce.c 	struct bce_dma_slot	*bce_tx_ring;	/* transmit ring */
bce_dma_slot      151 dev/pci/if_bce.c 	struct bce_dma_slot *__bced = &sc->bce_rx_ring[x];		\
bce_dma_slot      162 dev/pci/if_bce.c 	    sizeof(struct bce_dma_slot) * x,				\
bce_dma_slot      163 dev/pci/if_bce.c 	    sizeof(struct bce_dma_slot),				\
bce_dma_slot      346 dev/pci/if_bce.c 	sc->bce_rx_ring = (struct bce_dma_slot *) kva;
bce_dma_slot      347 dev/pci/if_bce.c 	sc->bce_tx_ring = (struct bce_dma_slot *) (kva + PAGE_SIZE);
bce_dma_slot      620 dev/pci/if_bce.c 			  sizeof(struct bce_dma_slot) * txstart + PAGE_SIZE,
bce_dma_slot      621 dev/pci/if_bce.c 			     sizeof(struct bce_dma_slot) * dmamap->dm_nsegs,
bce_dma_slot      626 dev/pci/if_bce.c 			     sc->bce_txsnext * sizeof(struct bce_dma_slot));
bce_dma_slot      747 dev/pci/if_bce.c 	curr = curr / sizeof(struct bce_dma_slot);
bce_dma_slot      841 dev/pci/if_bce.c 		    sizeof(struct bce_dma_slot);
bce_dma_slot      864 dev/pci/if_bce.c 	curr = curr / sizeof(struct bce_dma_slot);
bce_dma_slot      932 dev/pci/if_bce.c 	memset(sc->bce_tx_ring, 0, BCE_NTXDESC * sizeof(struct bce_dma_slot));
bce_dma_slot      973 dev/pci/if_bce.c 	memset(sc->bce_rx_ring, 0, BCE_NRXDESC * sizeof(struct bce_dma_slot));
bce_dma_slot     1002 dev/pci/if_bce.c 	    BCE_NRXDESC * sizeof(struct bce_dma_slot));