Searched refs:tpd_haddr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h202 typedef struct tpd_haddr { struct
215 struct tpd_haddr tpd_haddr; /* host DMA address of tpd */ member in struct:cp_txq_entry
H A Dfore200e.c1528 struct tpd_haddr tpd_haddr; local
1693 tpd_haddr.size = sizeof(struct tpd) / (1<<TPD_HADDR_SHIFT); /* size is expressed in 32 byte blocks */
1694 tpd_haddr.pad = 0;
1695 tpd_haddr.haddr = entry->tpd_dma >> TPD_HADDR_SHIFT; /* shift the address, as we are in a bitfield */
1698 fore200e->bus->write(*(u32*)&tpd_haddr, (u32 __iomem *)&entry->cp_entry->tpd_haddr);

Completed in 108 milliseconds