Searched refs:tx_list_post_index (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.h287 uint32_t tx_list_post_index; member in struct:crystalhd_hw
H A Dcrystalhd_hw.c580 hw->tx_list_post_index = 0;
612 hw->tx_list_post_index = 0;
905 hw->tx_list_post_index = 0;
2072 if (hw->tx_list_post_index == 0) {
2081 hw->tx_list_post_index;
2083 hw->tx_list_post_index = (hw->tx_list_post_index + 1) % DMA_ENGINE_CNT;

Completed in 117 milliseconds