Searched refs:txd_map (Results 1 – 2 of 2) sorted by relevance
156 (unsigned long) sp->txd_map); in ipg_dump_tfdlist()831 txfd->next_desc = cpu_to_le64(sp->txd_map + in init_tfdlist()834 sp->txd[i - 1].next_desc = cpu_to_le64(sp->txd_map); in init_tfdlist()841 (u32) sp->txd_map); in init_tfdlist()842 ipg_w32((u32) sp->txd_map, TFD_LIST_PTR_0); in init_tfdlist()1759 &sp->txd_map, GFP_KERNEL); in ipg_nic_open()1798 dma_free_coherent(&pdev->dev, IPG_TX_RING_BYTES, sp->txd, sp->txd_map); in ipg_nic_open()1831 pci_free_consistent(pdev, IPG_TX_RING_BYTES, sp->txd, sp->txd_map); in ipg_nic_stop()
715 dma_addr_t txd_map; member