Home | History | Annotate | Download | only in pci

Lines Matching refs:toff

4487 	bus_addr_t offset, toff;
4511 toff = offset + (rx_cons * sizeof(struct bge_rx_bd));
4517 toff, tlen, BUS_DMASYNC_POSTREAD);
4519 toff = offset;
4524 toff, tosync * sizeof(struct bge_rx_bd),
4658 bus_addr_t offset, toff;
4678 toff = offset + (sc->bge_tx_saved_considx * sizeof(struct bge_tx_bd));
4684 toff, tlen, BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE);
4686 toff = offset;
4691 toff, tosync * sizeof(struct bge_tx_bd),