Searched refs:peer_txq (Results 1 – 1 of 1) sorted by relevance
972 struct netdev_queue *peer_txq; in veth_poll() local982 peer_txq = (peer_dev && queue_idx < peer_dev->real_num_tx_queues) ? in veth_poll()1007 if (peer_txq && netif_tx_queue_stopped(peer_txq)) { in veth_poll()1008 txq_trans_cond_update(peer_txq); in veth_poll()1009 netif_tx_wake_queue(peer_txq); in veth_poll()