Searched refs:dmacHw_descriptorLen (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/csp/
H A DdmacHw.h263 * - "len" parameter should be obtained from "dmacHw_descriptorLen"
286 uint32_t dmacHw_descriptorLen(uint32_t descCnt /* [ IN ] Number of descriptor in the ring */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw.c360 uint32_t dmacHw_descriptorLen(uint32_t descCnt /* [ IN ] Number of descriptor in the ring */ function
377 * - "len" parameter should be obtained from "dmacHw_descriptorLen"
398 if (len < dmacHw_descriptorLen(num)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c370 size_t bytesToAlloc = dmacHw_descriptorLen(numDescriptors);
1180 ringBytesRequired = dmacHw_descriptorLen(numDescriptors);
1306 ringBytesRequired = dmacHw_descriptorLen(numDescriptors);

Completed in 22 milliseconds