Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/atm/
Diphase.c1989 struct cpcs_trailer *cpcs; local
1991 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
1992 if(!cpcs) {
1996 iadev->tx_buf[i].cpcs = cpcs;
1998 cpcs,
1999 sizeof(*cpcs),
2212 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2213 kfree(desc->cpcs);
2490 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2491 kfree(desc->cpcs);
[all …]
Diphase.h202 struct cpcs_trailer *cpcs; member