Searched refs:tx_qp (Results 1 – 6 of 6) sorted by relevance
372 txq = &apc->tx_qp[txq_idx]->txq; in mana_start_xmit()374 cq = &apc->tx_qp[txq_idx]->tx_cq; in mana_start_xmit()631 tx_stats = &apc->tx_qp[q]->txq.stats; in mana_get_stats64()2649 if (!apc->tx_qp) in mana_destroy_txq()2653 if (!apc->tx_qp[i]) in mana_destroy_txq()2656 debugfs_remove_recursive(apc->tx_qp[i]->mana_tx_debugfs); in mana_destroy_txq()2657 apc->tx_qp[i]->mana_tx_debugfs = NULL; in mana_destroy_txq()2659 napi = &apc->tx_qp[i]->tx_cq.napi; in mana_destroy_txq()2660 if (apc->tx_qp[i]->txq.napi_initialized) { in mana_destroy_txq()2663 cancel_work_sync(&apc->tx_qp[i]->tx_cq.dim.work); in mana_destroy_txq()[all …]
71 tx_stats = &apc->tx_qp[q_idx]->txq.stats; in mana_xdp_xmit()
299 tx_stats = &apc->tx_qp[q]->txq.stats; in mana_get_ethtool_stats()615 struct mana_cq *tx_cq = &apc->tx_qp[q]->tx_cq; in mana_set_coalesce()
436 struct ib_qp *tx_qp; in mlx5_ib_gsi_post_send() local446 tx_qp = get_tx_qp(gsi, &cur_wr); in mlx5_ib_gsi_post_send()447 if (!tx_qp) { in mlx5_ib_gsi_post_send()459 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr); in mlx5_ib_gsi_post_send()
219 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx()553 siw_dbg_qp(tx_qp(c_tx), "to many fragments\n"); in siw_tx_hdt()
571 struct mana_tx_qp **tx_qp; member