Home | History | Annotate | Download | only in pci

Lines Matching defs:toff

4489 	bus_addr_t offset, toff;
4513 toff = offset + (rx_cons * sizeof(struct bge_rx_bd));
4519 toff, tlen, BUS_DMASYNC_POSTREAD);
4521 toff = offset;
4526 toff, tosync * sizeof(struct bge_rx_bd),
4660 bus_addr_t offset, toff;
4680 toff = offset + (sc->bge_tx_saved_considx * sizeof(struct bge_tx_bd));
4686 toff, tlen, BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE);
4688 toff = offset;
4693 toff, tosync * sizeof(struct bge_tx_bd),