Searched refs:rx_freeq (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.h309 struct crystalhd_dioq *rx_freeq; member in struct:crystalhd_hw
H A Dcrystalhd_hw.c436 crystalhd_hw_delete_ioq(hw->adp, hw->rx_freeq);
467 crystalhd_hw_create_ioq(sts, hw, hw->rx_freeq,
1060 rx_pkt = (struct crystalhd_rx_dma_pkt *)crystalhd_dioq_fetch(hw->rx_freeq);
1230 crystalhd_dioq_add(hw->rx_freeq, (void *)rx_pkt,
2163 sts = crystalhd_dioq_add(hw->rx_freeq, rpkt, false, tag);
2217 rx_pkt = crystalhd_dioq_fetch(hw->rx_freeq);
2241 temp = crystalhd_dioq_fetch(hw->rx_freeq);
2313 hw->stats.freeq_count = crystalhd_dioq_count(hw->rx_freeq);

Completed in 110 milliseconds