Searched refs:txreadyq (Results 1 - 9 of 9) 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 Dplatform.h102 u8 txreadyq; member in struct:eth_plat_info
112 u8 txreadyq; member in struct:hss_plat_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dvulcan-setup.c127 .txreadyq = 20,
132 .txreadyq = 21,
H A Dgoramo_mlr.c284 .txreadyq = 32,
288 .txreadyq = 33,
311 .txreadyq = 34,
316 .txreadyq = 35,
H A Dfsg-setup.c132 .txreadyq = 20,
136 .txreadyq = 21,
H A Dixdp425-setup.c192 .txreadyq = 20,
196 .txreadyq = 21,
H A Dnas100d-setup.c165 .txreadyq = 20,
H A Dnslu2-setup.c177 .txreadyq = 20,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dixp4xx_eth.c635 start = qmgr_stat_below_low_watermark(port->plat->txreadyq);
636 queue_put_desc(port->plat->txreadyq, phys, desc);
650 unsigned int txreadyq = port->plat->txreadyq; local
696 n = queue_get_desc(txreadyq, port, 1);
712 if (qmgr_stat_below_low_watermark(txreadyq)) { /* empty */
719 if (!qmgr_stat_below_low_watermark(txreadyq)) {
848 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0,
863 qmgr_release_queue(port->plat->txreadyq);
880 qmgr_release_queue(port->plat->txreadyq);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dixp4xx_hss.c811 start = qmgr_stat_below_low_watermark(port->plat->txreadyq);
812 queue_put_desc(port->plat->txreadyq,
827 unsigned int txreadyq = port->plat->txreadyq; local
873 n = queue_get_desc(txreadyq, port, 1);
888 if (qmgr_stat_below_low_watermark(txreadyq)) { /* empty */
894 if (!qmgr_stat_below_low_watermark(txreadyq)) {
929 err = qmgr_request_queue(port->plat->txreadyq, TX_DESCS, 0, 0,
941 qmgr_release_queue(port->plat->txreadyq);
959 qmgr_release_queue(port->plat->txreadyq);
[all...]

Completed in 105 milliseconds