Searched refs:crystalhd_hw_delete_ioq (Results 1 - 1 of 1) 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.c421 #define crystalhd_hw_delete_ioq(adp, q) \ macro
433 crystalhd_hw_delete_ioq(hw->adp, hw->tx_actq);
434 crystalhd_hw_delete_ioq(hw->adp, hw->tx_freeq);
435 crystalhd_hw_delete_ioq(hw->adp, hw->rx_actq);
436 crystalhd_hw_delete_ioq(hw->adp, hw->rx_freeq);
437 crystalhd_hw_delete_ioq(hw->adp, hw->rx_rdyq);

Completed in 85 milliseconds