Home
last modified time | relevance | path

Searched refs:verbs_alloc_ctx (Results 1 – 3 of 3) 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_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.h192 struct mlx4_verbs_alloc_ctx verbs_alloc_ctx; member