Home
last modified time | relevance | path

Searched refs:cpcs (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/atm/
Diphase.c1963 struct cpcs_trailer *cpcs; local
1965 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
1966 if(!cpcs) {
1970 iadev->tx_buf[i].cpcs = cpcs;
1972 cpcs, sizeof(*cpcs), PCI_DMA_TODEVICE);
2181 sizeof(*desc->cpcs), PCI_DMA_TODEVICE);
2182 kfree(desc->cpcs);
2459 sizeof(*desc->cpcs), PCI_DMA_TODEVICE);
2460 kfree(desc->cpcs);
2964 trailer = iadev->tx_buf[desc-1].cpcs;
Diphase.h203 struct cpcs_trailer *cpcs; member