Searched refs:tx_dma_pkt (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.h253 struct tx_dma_pkt { struct
283 struct tx_dma_pkt tx_pkt_pool[DMA_ENGINE_CNT];
H A Dcrystalhd_hw.c526 struct tx_dma_pkt *tx_req;
535 tx_req = (struct tx_dma_pkt *)crystalhd_dioq_find_and_fetch(hw->tx_actq, list_id);
2013 struct tx_dma_pkt *tx_dma_packet = NULL;
2042 tx_dma_packet = (struct tx_dma_pkt *)crystalhd_dioq_fetch(hw->tx_freeq);

Completed in 104 milliseconds