Searched refs:cpcs (Results 1 – 2 of 2) sorted by relevance
1963 struct cpcs_trailer *cpcs; local1965 cpcs = kmalloc(sizeof(*cpcs), GFP_KERNEL|GFP_DMA);1966 if(!cpcs) { 1970 iadev->tx_buf[i].cpcs = cpcs;1972 cpcs, sizeof(*cpcs), PCI_DMA_TODEVICE);2181 sizeof(*desc->cpcs), PCI_DMA_TODEVICE);2182 kfree(desc->cpcs);2459 sizeof(*desc->cpcs), PCI_DMA_TODEVICE);2460 kfree(desc->cpcs);2964 trailer = iadev->tx_buf[desc-1].cpcs;
203 struct cpcs_trailer *cpcs; member