Searched refs:qmgr_release_queue (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/include/mach/
H A Dqmgr.h84 void qmgr_release_queue(unsigned int queue);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dixp4xx_hss.c941 qmgr_release_queue(port->plat->txreadyq);
943 qmgr_release_queue(queue_ids[port->id].tx);
945 qmgr_release_queue(queue_ids[port->id].rx);
947 qmgr_release_queue(queue_ids[port->id].rxfree);
955 qmgr_release_queue(queue_ids[port->id].rxfree);
956 qmgr_release_queue(queue_ids[port->id].rx);
957 qmgr_release_queue(queue_ids[port->id].txdone);
958 qmgr_release_queue(queue_ids[port->id].tx);
959 qmgr_release_queue(port->plat->txreadyq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dixp4xx_eth.c863 qmgr_release_queue(port->plat->txreadyq);
865 qmgr_release_queue(TX_QUEUE(port->id));
867 qmgr_release_queue(port->plat->rxq);
869 qmgr_release_queue(RXFREE_QUEUE(port->id));
877 qmgr_release_queue(RXFREE_QUEUE(port->id));
878 qmgr_release_queue(port->plat->rxq);
879 qmgr_release_queue(TX_QUEUE(port->id));
880 qmgr_release_queue(port->plat->txreadyq);
883 qmgr_release_queue(TXDONE_QUEUE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dixp4xx_qmgr.c239 void qmgr_release_queue(unsigned int queue) function
381 EXPORT_SYMBOL(qmgr_release_queue); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c500 qmgr_release_queue(SEND_QID);
526 qmgr_release_queue(SEND_QID);
527 qmgr_release_queue(RECV_QID);

Completed in 63 milliseconds