Searched refs:net_txq (Results 1 – 2 of 2) sorted by relevance
229 struct netdev_queue *net_txq; in mana_start_xmit() local385 net_txq = netdev_get_tx_queue(ndev, txq_idx); in mana_start_xmit()390 netif_tx_stop_queue(net_txq); in mana_start_xmit()416 if (netif_tx_queue_stopped(net_txq) && mana_can_tx(gdma_sq)) { in mana_start_xmit()417 netif_tx_wake_queue(net_txq); in mana_start_xmit()1355 struct netdev_queue *net_txq; in mana_poll_tx_cq() local1444 net_txq = txq->net_txq; in mana_poll_tx_cq()1445 txq_stopped = netif_tx_queue_stopped(net_txq); in mana_poll_tx_cq()1451 netif_tx_wake_queue(net_txq); in mana_poll_tx_cq()1908 txq->net_txq = netdev_get_tx_queue(net, i); in mana_create_txq()
97 struct netdev_queue *net_txq; member