Lines Matching refs:txqs
177 struct hfi1_ipoib_txq *txq = &priv->txqs[napi - priv->tx_napis]; in hfi1_ipoib_process_tx_ring()
597 txp.txq = &priv->txqs[skb_get_queue_mapping(skb)]; in hfi1_ipoib_send_dma()
710 priv->txqs = kcalloc_node(dev->num_tx_queues, in hfi1_ipoib_txreq_init()
714 if (!priv->txqs) in hfi1_ipoib_txreq_init()
718 struct hfi1_ipoib_txq *txq = &priv->txqs[i]; in hfi1_ipoib_txreq_init()
764 struct hfi1_ipoib_txq *txq = &priv->txqs[i]; in hfi1_ipoib_txreq_init()
770 kfree(priv->txqs); in hfi1_ipoib_txreq_init()
771 priv->txqs = NULL; in hfi1_ipoib_txreq_init()
813 struct hfi1_ipoib_txq *txq = &priv->txqs[i]; in hfi1_ipoib_txreq_deinit()
823 kfree(priv->txqs); in hfi1_ipoib_txreq_deinit()
824 priv->txqs = NULL; in hfi1_ipoib_txreq_deinit()
839 struct hfi1_ipoib_txq *txq = &priv->txqs[i]; in hfi1_ipoib_napi_tx_enable()
851 struct hfi1_ipoib_txq *txq = &priv->txqs[i]; in hfi1_ipoib_napi_tx_disable()