Home
last modified time | relevance | path

Searched refs:tcb_phys (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/e100/
De100_test.c299 tcb->tcb_phys = dma_handle; in e100_diag_loopback_alloc()
309 tcb->tcb_tbd_ptr = cpu_to_le32(tcb->tcb_phys + sizeof (tcb_t)); in e100_diag_loopback_alloc()
325 LB_PACKET_SIZE, tcb, tcb->tcb_phys); in e100_diag_loopback_alloc()
426 bdp->loopback.tcb, bdp->loopback.tcb->tcb_phys); in e100_diag_loopback_free()
De100_main.c1200 if (!TCBS_AVAIL(bdp->tcb_pool) || (bdp->tcb_phys == 0) || in e100_xmit_frame()
1589 for (ele_no = 0, next_phys = bdp->tcb_phys, pcurr_tcb = head; in e100_setup_tcb_pool()
1593 pcurr_tcb->tcb_phys = next_phys; in e100_setup_tcb_pool()
1599 cpu_to_le32(bdp->tcb_phys); in e100_setup_tcb_pool()
1618 cpu_to_le32(pcurr_tcb->tcb_phys + 0x10); in e100_setup_tcb_pool()
1623 cpu_to_le32(pcurr_tcb->tcb_phys + 0x20); in e100_setup_tcb_pool()
1626 cpu_to_le32(pcurr_tcb->tcb_phys + 0x10); in e100_setup_tcb_pool()
1710 pci_alloc_consistent(bdp->pdev, stcb, &bdp->tcb_phys))) in e100_alloc_tcb_pool()
1760 bdp->tcb_pool.data, bdp->tcb_phys); in e100_free_tcb_pool()
1763 bdp->tcb_phys = 0; in e100_free_tcb_pool()
[all …]
De100.h773 dma_addr_t tcb_phys; /* phys addr of the TCB */ member
893 dma_addr_t tcb_phys; /* phys addr of start of TCBs */ member