Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Diphase.c1985 struct cpcs_trailer *cpcs; local
1987 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
1988 if(!cpcs) {
1992 iadev->tx_buf[i].cpcs = cpcs;
1994 cpcs,
1995 sizeof(*cpcs),
2205 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2206 kfree(desc->cpcs);
2483 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2484 kfree(desc->cpcs);
[all …]
Diphase.h203 struct cpcs_trailer *cpcs; member