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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_teql.c296 struct netdev_queue *slave_txq = netdev_get_tx_queue(slave, 0); local
299 if (slave_txq->qdisc_sleeping != q)
309 if (__netif_tx_trylock(slave_txq)) {
312 if (!netif_tx_queue_stopped(slave_txq) &&
313 !netif_tx_queue_frozen(slave_txq) &&
315 txq_trans_update(slave_txq);
316 __netif_tx_unlock(slave_txq);
323 __netif_tx_unlock(slave_txq);

Completed in 67 milliseconds