Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Diphase.c1984 struct cpcs_trailer *cpcs; local
1986 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
1987 if(!cpcs) {
1991 iadev->tx_buf[i].cpcs = cpcs;
1993 cpcs,
1994 sizeof(*cpcs),
2204 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2205 kfree(desc->cpcs);
2482 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2483 kfree(desc->cpcs);
[all …]
Diphase.h203 struct cpcs_trailer *cpcs; member