Home
last modified time | relevance | path

Searched refs:verbs_alloc_ctx (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c408 priv->verbs_alloc_ctx.type = MLX4_VERBS_ALLOC_TYPE_TX_QUEUE; in mlx4_tx_queue_setup()
409 priv->verbs_alloc_ctx.obj = txq; in mlx4_tx_queue_setup()
511 priv->verbs_alloc_ctx.type = MLX4_VERBS_ALLOC_TYPE_NONE; in mlx4_tx_queue_setup()
518 priv->verbs_alloc_ctx.type = MLX4_VERBS_ALLOC_TYPE_NONE; in mlx4_tx_queue_setup()
H A Dmlx4.c156 if (priv->verbs_alloc_ctx.type == MLX4_VERBS_ALLOC_TYPE_TX_QUEUE) { in mlx4_alloc_verbs_buf()
157 const struct txq *txq = priv->verbs_alloc_ctx.obj; in mlx4_alloc_verbs_buf()
160 } else if (priv->verbs_alloc_ctx.type == in mlx4_alloc_verbs_buf()
162 const struct rxq *rxq = priv->verbs_alloc_ctx.obj; in mlx4_alloc_verbs_buf()
888 if (!priv->verbs_alloc_ctx.enabled) { in mlx4_pci_probe()
1085 priv->verbs_alloc_ctx.enabled = 1; in mlx4_pci_probe()
H A Dmlx4_rxq.c515 priv->verbs_alloc_ctx.type = MLX4_VERBS_ALLOC_TYPE_RX_QUEUE; in mlx4_rxq_attach()
516 priv->verbs_alloc_ctx.obj = rxq; in mlx4_rxq_attach()
624 priv->verbs_alloc_ctx.type = MLX4_VERBS_ALLOC_TYPE_NONE; in mlx4_rxq_attach()
635 priv->verbs_alloc_ctx.type = MLX4_VERBS_ALLOC_TYPE_NONE; in mlx4_rxq_attach()
H A Dmlx4.h193 struct mlx4_verbs_alloc_ctx verbs_alloc_ctx; member