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

/linux-master/drivers/atm/
H A Dfore200e.c572 fore200e->bus->write(prom_dma, &entry->cp_entry->cmd.prom_block.prom_haddr);
576 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.prom_block.opcode);
952 fore200e->bus->write(entry->rbd_block_dma, &entry->cp_entry->rbd_block_haddr);
1130 fore200e->bus->write(entry->rpd_dma, &entry->cp_entry->rpd_haddr);
1259 fore200e->bus->write(mtu, &entry->cp_entry->cmd.activate_block.mtu);
1260 fore200e->bus->write(*(u32*)&vpvc, (u32 __iomem *)&entry->cp_entry->cmd.activate_block.vpvc);
1261 fore200e->bus->write(*(u32*)&activ_opcode, (u32 __iomem *)&entry->cp_entry->cmd.activate_block.opcode);
1264 fore200e->bus->write(*(u32*)&vpvc, (u32 __iomem *)&entry->cp_entry->cmd.deactivate_block.vpvc);
1265 fore200e->bus->write(*(u32*)&deactiv_opcode, (u32 __iomem *)&entry->cp_entry->cmd.deactivate_block.opcode);
1658 fore200e->bus->write(*(u32*)&tpd_haddr, (u32 __iomem *)&entry->cp_entry
2052 struct cp_bsq_entry __iomem * cp_entry; local
2112 struct cp_rxq_entry __iomem * cp_entry; local
2171 struct cp_txq_entry __iomem * cp_entry; local
2233 struct cp_cmdq_entry __iomem * cp_entry; local
[all...]
H A Dfore200e.h522 struct cp_txq_entry __iomem *cp_entry; /* addr of cp resident tx queue entry */ member in struct:host_txq_entry
537 struct cp_rxq_entry __iomem *cp_entry; /* addr of cp resident rx queue entry */ member in struct:host_rxq_entry
547 struct cp_bsq_entry __iomem *cp_entry; /* addr of cp resident buffer supply queue entry */ member in struct:host_bsq_entry
557 struct cp_cmdq_entry __iomem *cp_entry; /* addr of cp resident cmd queue entry */ member in struct:host_cmdq_entry

Completed in 133 milliseconds