Home
last modified time | relevance | path

Searched refs:tx_napis (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dipoib_tx.c184 struct hfi1_ipoib_txq *txq = &priv->txqs[napi - priv->tx_napis]; in hfi1_ipoib_process_tx_ring()
716 priv->tx_napis = kcalloc_node(dev->num_tx_queues, in hfi1_ipoib_txreq_init()
720 if (!priv->tx_napis) in hfi1_ipoib_txreq_init()
767 txq->napi = &priv->tx_napis[i]; in hfi1_ipoib_txreq_init()
787 kfree(priv->tx_napis); in hfi1_ipoib_txreq_init()
788 priv->tx_napis = NULL; in hfi1_ipoib_txreq_init()
839 kfree(priv->tx_napis); in hfi1_ipoib_txreq_deinit()
840 priv->tx_napis = NULL; in hfi1_ipoib_txreq_deinit()
Dipoib.h106 struct napi_struct *tx_napis; member