Lines Matching defs:cpcs
1988 struct cpcs_trailer *cpcs;
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);
2491 sizeof(*desc->cpcs), DMA_TO_DEVICE);
2492 kfree(desc->cpcs);
2977 trailer = iadev->tx_buf[desc-1].cpcs;