cpcs             1988 drivers/atm/iphase.c 	    struct cpcs_trailer *cpcs;
cpcs             1990 drivers/atm/iphase.c        	    cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);
cpcs             1991 drivers/atm/iphase.c             if(!cpcs) {                
cpcs             1995 drivers/atm/iphase.c 	    iadev->tx_buf[i].cpcs = cpcs;
cpcs             1997 drivers/atm/iphase.c 						       cpcs,
cpcs             1998 drivers/atm/iphase.c 						       sizeof(*cpcs),
cpcs             2211 drivers/atm/iphase.c 				 sizeof(*desc->cpcs), DMA_TO_DEVICE);
cpcs             2212 drivers/atm/iphase.c 		kfree(desc->cpcs);
cpcs             2489 drivers/atm/iphase.c 				 sizeof(*desc->cpcs), DMA_TO_DEVICE);
cpcs             2490 drivers/atm/iphase.c 		kfree(desc->cpcs);
cpcs             2989 drivers/atm/iphase.c 	trailer = iadev->tx_buf[desc-1].cpcs;
cpcs              203 drivers/atm/iphase.h 	struct cpcs_trailer *cpcs;