Symbol: virt_to_bus
usr/src/grub/grub-0.97/netboot/3c90x.c
514
INF_3C90X.TransmitDPD.HdrAddr = virt_to_bus(&hdr);
usr/src/grub/grub-0.97/netboot/3c90x.c
516
INF_3C90X.TransmitDPD.DataAddr = virt_to_bus(p);
usr/src/grub/grub-0.97/netboot/3c90x.c
520
outl(virt_to_bus(&(INF_3C90X.TransmitDPD)),
usr/src/grub/grub-0.97/netboot/3c90x.c
620
INF_3C90X.ReceiveUPD.DataAddr = virt_to_bus(nic->packet);
usr/src/grub/grub-0.97/netboot/3c90x.c
624
outl(virt_to_bus(&(INF_3C90X.ReceiveUPD)),
usr/src/grub/grub-0.97/netboot/davicom.c
436
txd[i].buf1addr = (void *)virt_to_bus(&txb[0]); /* Used same TX buffer */
usr/src/grub/grub-0.97/netboot/davicom.c
437
txd[i].buf2addr = (void *)virt_to_bus(&txd[i+1]); /* Point to Next TX desc */
usr/src/grub/grub-0.97/netboot/davicom.c
456
rxd[i].buf1addr = (void *)virt_to_bus(&rxb[i * BUFLEN]);
usr/src/grub/grub-0.97/netboot/davicom.c
457
rxd[i].buf2addr = (void *)virt_to_bus(&rxd[i+1]); /* Point to Next RX desc */
usr/src/grub/grub-0.97/netboot/davicom.c
465
txd[NTXD - 1].buf2addr = (void *)virt_to_bus(&txd[0]);
usr/src/grub/grub-0.97/netboot/davicom.c
466
rxd[NRXD - 1].buf2addr = (void *)virt_to_bus(&rxd[0]);
usr/src/grub/grub-0.97/netboot/davicom.c
496
outl(virt_to_bus(&rxd[0]), ioaddr + CSR3);
usr/src/grub/grub-0.97/netboot/davicom.c
497
outl(virt_to_bus(&txd[0]), ioaddr + CSR4); /* Sten 10/9 */
usr/src/grub/grub-0.97/netboot/e1000.c
3361
rd->buffer_addr = virt_to_bus(&packet);
usr/src/grub/grub-0.97/netboot/e1000.c
3376
E1000_WRITE_REG (&hw, TDBAL, virt_to_bus(tx_base));
usr/src/grub/grub-0.97/netboot/e1000.c
3415
E1000_WRITE_REG (&hw, RDBAL, virt_to_bus(rx_base));
usr/src/grub/grub-0.97/netboot/e1000.c
3486
txhd->buffer_addr = virt_to_bus (&hdr);
usr/src/grub/grub-0.97/netboot/e1000.c
3490
txp->buffer_addr = virt_to_bus(p);
usr/src/grub/grub-0.97/netboot/eepro100.c
413
txfd.link = virt_to_bus (&txfd);
usr/src/grub/grub-0.97/netboot/eepro100.c
415
txfd.tx_desc_addr = virt_to_bus(&txfd.tx_buf_addr0);
usr/src/grub/grub-0.97/netboot/eepro100.c
417
txfd.tx_buf_addr0 = virt_to_bus (&hdr);
usr/src/grub/grub-0.97/netboot/eepro100.c
420
txfd.tx_buf_addr1 = virt_to_bus (p);
usr/src/grub/grub-0.97/netboot/eepro100.c
428
outl(virt_to_bus(&txfd), ioaddr + SCBPointer);
usr/src/grub/grub-0.97/netboot/eepro100.c
516
outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer);
usr/src/grub/grub-0.97/netboot/eepro100.c
631
outl(virt_to_bus(&lstats), ioaddr + SCBPointer);
usr/src/grub/grub-0.97/netboot/eepro100.c
639
ACCESS(rxfd)link = virt_to_bus(&(ACCESS(rxfd)status));
usr/src/grub/grub-0.97/netboot/eepro100.c
640
ACCESS(rxfd)rx_buf_addr = virt_to_bus(&nic->packet);
usr/src/grub/grub-0.97/netboot/eepro100.c
644
outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer);
usr/src/grub/grub-0.97/netboot/eepro100.c
653
outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer);
usr/src/grub/grub-0.97/netboot/eepro100.c
667
txfd.link = virt_to_bus (&confcmd);
usr/src/grub/grub-0.97/netboot/eepro100.c
710
confcmd.link = virt_to_bus (&txfd);
usr/src/grub/grub-0.97/netboot/eepro100.c
718
outl(virt_to_bus(&txfd), ioaddr + SCBPointer);
usr/src/grub/grub-0.97/netboot/epic100.c
14
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/epic100.c
271
rx_ring[i].bufaddr = virt_to_bus(&rx_packet[i * PKT_BUF_SZ]);
usr/src/grub/grub-0.97/netboot/epic100.c
285
tx_ring[i].bufaddr = virt_to_bus(&tx_packet[i * PKT_BUF_SZ]);
usr/src/grub/grub-0.97/netboot/forcedeth.c
71
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/natsemi.c
509
txd.bufptr = virt_to_bus(&txb[0]);
usr/src/grub/grub-0.97/netboot/natsemi.c
512
outl(virt_to_bus(&txd), ioaddr + TxRingPtr);
usr/src/grub/grub-0.97/netboot/natsemi.c
536
rxd[i].link = virt_to_bus((i+1 < NUM_RX_DESC) ? &rxd[i+1] : &rxd[0]);
usr/src/grub/grub-0.97/netboot/natsemi.c
538
rxd[i].bufptr = virt_to_bus(&rxb[i*RX_BUF_SIZE]);
usr/src/grub/grub-0.97/netboot/natsemi.c
545
outl(virt_to_bus(&rxd[0]), ioaddr + RxRingPtr);
usr/src/grub/grub-0.97/netboot/natsemi.c
616
outl(virt_to_bus(&txd), ioaddr + TxRingPtr);
usr/src/grub/grub-0.97/netboot/natsemi.c
638
txd.bufptr = virt_to_bus(&txb[0]);
usr/src/grub/grub-0.97/netboot/natsemi.c
708
rxd[cur_rx].bufptr = virt_to_bus(&rxb[cur_rx*RX_BUF_SIZE]);
usr/src/grub/grub-0.97/netboot/natsemi.c
86
#define virt_to_le32desc(addr) virt_to_bus(addr)
usr/src/grub/grub-0.97/netboot/ns83820.c
66
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/pcnet32.c
519
(virt_to_bus(&lp->init_block)) & 0xffff);
usr/src/grub/grub-0.97/netboot/pcnet32.c
520
lp->a.write_csr(ioaddr, 2, (virt_to_bus(&lp->init_block)) >> 16);
usr/src/grub/grub-0.97/netboot/pcnet32.c
73
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/pcnet32.c
884
lp->init_block.rx_ring = virt_to_bus(&rx_ring);
usr/src/grub/grub-0.97/netboot/pcnet32.c
885
lp->init_block.tx_ring = virt_to_bus(&tx_ring);
usr/src/grub/grub-0.97/netboot/pcnet32.c
891
a->write_csr(ioaddr, 1, (virt_to_bus(&lp->init_block)) & 0xffff);
usr/src/grub/grub-0.97/netboot/pcnet32.c
892
a->write_csr(ioaddr, 2, (virt_to_bus(&lp->init_block)) >> 16);
usr/src/grub/grub-0.97/netboot/r8169.c
478
virt_to_bus(tpc->RxBufferRing[cur_rx]);
usr/src/grub/grub-0.97/netboot/r8169.c
524
tpc->TxDescArray[entry].buf_addr = virt_to_bus(ptxb);
usr/src/grub/grub-0.97/netboot/r8169.c
634
virt_to_bus(tpc->RxBufferRing[i]);
usr/src/grub/grub-0.97/netboot/r8169.c
651
TxPhyAddr = virt_to_bus(tpc->TxDescArrays);
usr/src/grub/grub-0.97/netboot/r8169.c
658
RxPhyAddr = virt_to_bus(tpc->RxDescArrays);
usr/src/grub/grub-0.97/netboot/r8169.c
73
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/rtl8139.c
345
outl((unsigned long)virt_to_bus(rx_ring), nic->ioaddr + RxBuf);
usr/src/grub/grub-0.97/netboot/rtl8139.c
391
outl((unsigned long)virt_to_bus(tx_buffer), nic->ioaddr + TxAddr0 + cur_tx*4);
usr/src/grub/grub-0.97/netboot/sis900.c
1085
outl(virt_to_bus(&txd), ioaddr + txdp);
usr/src/grub/grub-0.97/netboot/sis900.c
1107
txd.bufptr = virt_to_bus(&txb[0]);
usr/src/grub/grub-0.97/netboot/sis900.c
1180
rxd[cur_rx].bufptr = virt_to_bus(&rxb[cur_rx*RX_BUF_SIZE]);
usr/src/grub/grub-0.97/netboot/sis900.c
700
txd.bufptr = virt_to_bus(&txb[0]);
usr/src/grub/grub-0.97/netboot/sis900.c
703
outl(virt_to_bus(&txd), ioaddr + txdp);
usr/src/grub/grub-0.97/netboot/sis900.c
727
rxd[i].link = virt_to_bus((i+1 < NUM_RX_DESC) ? &rxd[i+1] : &rxd[0]);
usr/src/grub/grub-0.97/netboot/sis900.c
729
rxd[i].bufptr = virt_to_bus(&rxb[i*RX_BUF_SIZE]);
usr/src/grub/grub-0.97/netboot/sis900.c
736
outl(virt_to_bus(&rxd[0]), ioaddr + rxdp);
usr/src/grub/grub-0.97/netboot/sundance.c
372
tx_ring[0].addr = virt_to_bus(&txb[0]);
usr/src/grub/grub-0.97/netboot/sundance.c
65
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/tg3.c
1725
rxd->addr_lo = virt_to_bus(
usr/src/grub/grub-0.97/netboot/tg3.c
1933
virt_to_bus(tp->rx_std));
usr/src/grub/grub-0.97/netboot/tg3.c
1958
virt_to_bus(tp->tx_ring),
usr/src/grub/grub-0.97/netboot/tg3.c
1977
virt_to_bus(tp->rx_rcb),
usr/src/grub/grub-0.97/netboot/tg3.c
2137
virt_to_bus(tp->hw_stats));
usr/src/grub/grub-0.97/netboot/tg3.c
2139
virt_to_bus(tp->hw_status));
usr/src/grub/grub-0.97/netboot/tg3.c
3101
txd->addr_lo = virt_to_bus(&frame[frame_idx]);
usr/src/grub/grub-0.97/netboot/tlan.c
285
list->buffer[0].address = virt_to_bus(txb +
usr/src/grub/grub-0.97/netboot/tlan.c
511
outl(virt_to_bus(&rx_ring), BASE + TLAN_CH_PARM);
usr/src/grub/grub-0.97/netboot/tlan.c
71
#define virt_to_le32desc(addr) cpu_to_le32(virt_to_bus(addr))
usr/src/grub/grub-0.97/netboot/tulip.c
132
#define virt_to_le32desc(addr) virt_to_bus(addr)
usr/src/grub/grub-0.97/netboot/via-rhine.c
1118
rx_ring_tmp1 = (int) virt_to_bus ((char *) rx_ring_tmp);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1123
tx_ring_tmp1 = (int) virt_to_bus ((char *) tx_ring_tmp);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1129
tx_bufs_tmp1 = (int) virt_to_bus ((char *) tx_bufs_tmp);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1134
rx_bufs_tmp1 = (int) virt_to_bus ((char *) rx_bufs_tmp);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1160
outl (virt_to_bus (tp->rx_ring), dwCurrentRxDescAddr);
usr/src/grub/grub-0.97/netboot/via-rhine.c
1161
outl (virt_to_bus (tp->tx_ring), dwCurrentTxDescAddr);
usr/src/grub/grub-0.97/netboot/via-rhine.c
686
tp->rx_ring[i].buf_addr_1 = virt_to_bus (tp->rx_buffs[i]);
usr/src/grub/grub-0.97/netboot/via-rhine.c
687
tp->rx_ring[i].buf_addr_2 = virt_to_bus (&tp->rx_ring[i + 1]);
usr/src/grub/grub-0.97/netboot/via-rhine.c
692
tp->rx_ring[i - 1].buf_addr_2 = virt_to_bus (&tp->rx_ring[0]);
usr/src/grub/grub-0.97/netboot/via-rhine.c
703
tp->tx_ring[i].buf_addr_1 = virt_to_bus (tp->tx_buffs[i]);
usr/src/grub/grub-0.97/netboot/via-rhine.c
704
tp->tx_ring[i].buf_addr_2 = virt_to_bus (&tp->tx_ring[i + 1]);
usr/src/grub/grub-0.97/netboot/via-rhine.c
708
tp->tx_ring[i - 1].buf_addr_2 = virt_to_bus (&tp->tx_ring[0]);
usr/src/grub/grub-0.97/netboot/w89c840.c
313
writel(virt_to_bus(w840private.rx_ring), ioaddr + RxRingPtr);
usr/src/grub/grub-0.97/netboot/w89c840.c
314
writel(virt_to_bus(w840private.tx_ring), ioaddr + TxRingPtr);
usr/src/grub/grub-0.97/netboot/w89c840.c
95
#define virt_to_le32desc(addr) virt_to_bus(addr)