Searched refs:peer_txq (Results 1 – 1 of 1) sorted by relevance
965 struct netdev_queue *peer_txq; in veth_poll() local975 peer_txq = (peer_dev && queue_idx < peer_dev->real_num_tx_queues) ? in veth_poll()1000 if (peer_txq && netif_tx_queue_stopped(peer_txq)) { in veth_poll()1001 txq_trans_cond_update(peer_txq); in veth_poll()1002 netif_tx_wake_queue(peer_txq); in veth_poll()