Searched refs:tcb_phys (Results 1 – 3 of 3) sorted by relevance
299 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()
1200 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 …]
773 dma_addr_t tcb_phys; /* phys addr of the TCB */ member893 dma_addr_t tcb_phys; /* phys addr of start of TCBs */ member