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 ? netdev_get_tx_queue(peer_dev, queue_idx) : NULL; in veth_poll()999 if (peer_txq && netif_tx_queue_stopped(peer_txq)) { in veth_poll()1000 txq_trans_cond_update(peer_txq); in veth_poll()1001 netif_tx_wake_queue(peer_txq); in veth_poll()