Searched refs:rx_rdyq (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.h308 struct crystalhd_dioq *rx_rdyq; member in struct:crystalhd_hw
H A Dcrystalhd_hw.c437 crystalhd_hw_delete_ioq(hw->adp, hw->rx_rdyq);
469 crystalhd_hw_create_ioq(sts, hw, hw->rx_rdyq,
1081 crystalhd_dioq_add(hw->rx_rdyq, (void *)rx_pkt, true, rx_pkt->pkt_tag);
1311 crystalhd_dioq_add(hw->rx_rdyq, rx_pkt, true,
2182 rpkt = crystalhd_dioq_fetch_wait(hw->rx_rdyq, timeout, &sig_pending);
2314 hw->stats.rdyq_count = crystalhd_dioq_count(hw->rx_rdyq);

Completed in 104 milliseconds