Searched refs:crystalhd_dioq_fetch (Results 1 - 3 of 3) 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_misc.h181 extern void *crystalhd_dioq_fetch(struct crystalhd_dioq *ioq);
H A Dcrystalhd_misc.c481 temp = crystalhd_dioq_fetch(dioq);
535 * crystalhd_dioq_fetch - Fetch element from head.
543 void *crystalhd_dioq_fetch(struct crystalhd_dioq *ioq) function
657 return crystalhd_dioq_fetch(ioq);
H A Dcrystalhd_hw.c1060 rx_pkt = (struct crystalhd_rx_dma_pkt *)crystalhd_dioq_fetch(hw->rx_freeq);
2042 tx_dma_packet = (struct tx_dma_pkt *)crystalhd_dioq_fetch(hw->tx_freeq);
2217 rx_pkt = crystalhd_dioq_fetch(hw->rx_freeq);
2241 temp = crystalhd_dioq_fetch(hw->rx_freeq);

Completed in 103 milliseconds