Lines Matching defs:toff
4488 bus_addr_t offset, toff;
4512 toff = offset + (rx_cons * sizeof(struct bge_rx_bd));
4518 toff, tlen, BUS_DMASYNC_POSTREAD);
4520 toff = offset;
4525 toff, tosync * sizeof(struct bge_rx_bd),
4659 bus_addr_t offset, toff;
4679 toff = offset + (sc->bge_tx_saved_considx * sizeof(struct bge_tx_bd));
4685 toff, tlen, BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE);
4687 toff = offset;
4692 toff, tosync * sizeof(struct bge_tx_bd),