Lines Matching refs:txqs
593 txp.txq = &priv->txqs[skb_get_queue_mapping(skb)];
697 priv->txqs = kcalloc_node(dev->num_tx_queues,
701 if (!priv->txqs)
705 struct hfi1_ipoib_txq *txq = &priv->txqs[i];
756 struct hfi1_ipoib_txq *txq = &priv->txqs[i];
765 kfree(priv->txqs);
766 priv->txqs = NULL;
799 struct hfi1_ipoib_txq *txq = &priv->txqs[i];
812 kfree(priv->txqs);
813 priv->txqs = NULL;
822 struct hfi1_ipoib_txq *txq = &priv->txqs[i];
834 struct hfi1_ipoib_txq *txq = &priv->txqs[i];
844 struct hfi1_ipoib_txq *txq = &priv->txqs[q];