Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
Diphase.c1988 struct cpcs_trailer *cpcs; local
1990 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
1991 if(!cpcs) {
1995 iadev->tx_buf[i].cpcs = cpcs;
1997 cpcs,
1998 sizeof(*cpcs),
2211 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2212 kfree(desc->cpcs);
2489 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2490 kfree(desc->cpcs);
[all …]
Diphase.h203 struct cpcs_trailer *cpcs; member