Searched refs:cpcs (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 Diphase.c1835 struct cpcs_trailer *cpcs; local
1837 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
1838 if(!cpcs) {
1842 iadev->tx_buf[i].cpcs = cpcs;
1844 cpcs, sizeof(*cpcs), PCI_DMA_TODEVICE);
2047 sizeof(*desc->cpcs), PCI_DMA_TODEVICE);
2048 kfree(desc->cpcs);
[all...]
H A Diphase.h203 struct cpcs_trailer *cpcs; member in struct:cpcs_trailer_desc

Completed in 107 milliseconds