Searched refs:DMA_ENGINE_CNT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.h34 #define DMA_ENGINE_CNT 2 macro
283 struct tx_dma_pkt tx_pkt_pool[DMA_ENGINE_CNT];
307 enum list_sts rx_list_sts[DMA_ENGINE_CNT];
H A Dcrystalhd_hw.c1177 if (hw->rx_list_post_index >= DMA_ENGINE_CNT) {
1203 hw->rx_list_post_index = (hw->rx_list_post_index + 1) % DMA_ENGINE_CNT;
1290 if (!hw || list_index >= DMA_ENGINE_CNT) {
1478 for (i = 0; i < DMA_ENGINE_CNT; i++) {
2083 hw->tx_list_post_index = (hw->tx_list_post_index + 1) % DMA_ENGINE_CNT;
2216 for (i = 0; i < DMA_ENGINE_CNT; i++) {

Completed in 107 milliseconds