Home
last modified time | relevance | path

Searched refs:cpcs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A 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);
[all...]
H A Diphase.h203 struct cpcs_trailer *cpcs; member
/kernel/linux/linux-6.6/drivers/atm/
H A 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);
[all...]
H A Diphase.h202 struct cpcs_trailer *cpcs; member

Completed in 18 milliseconds