Lines Matching refs:txq_ctrl
865 struct mlx5_txq_ctrl *txq_ctrl = in mlx5_txq_ibv_qp_create() local
871 MLX5_ASSERT(txq_ctrl->obj->cq); in mlx5_txq_ibv_qp_create()
873 qp_attr.send_cq = txq_ctrl->obj->cq; in mlx5_txq_ibv_qp_create()
875 qp_attr.recv_cq = txq_ctrl->obj->cq; in mlx5_txq_ibv_qp_create()
892 qp_attr.cap.max_inline_data = txq_ctrl->max_inline_data; in mlx5_txq_ibv_qp_create()
894 qp_attr.max_tso_header = txq_ctrl->max_tso_header; in mlx5_txq_ibv_qp_create()
922 struct mlx5_txq_ctrl *txq_ctrl = in mlx5_txq_ibv_obj_new() local
924 struct mlx5_txq_obj *txq_obj = txq_ctrl->obj; in mlx5_txq_ibv_obj_new()
934 txq_obj->txq_ctrl = txq_ctrl; in mlx5_txq_ibv_obj_new()
936 priv->verbs_alloc_ctx.obj = txq_ctrl; in mlx5_txq_ibv_obj_new()
1027 txq_ctrl->bf_reg = qp.bf.reg; in mlx5_txq_ibv_obj_new()
1029 txq_ctrl->uar_mmap_offset = qp.uar_mmap_offset; in mlx5_txq_ibv_obj_new()
1031 dev->data->port_id, txq_ctrl->uar_mmap_offset); in mlx5_txq_ibv_obj_new()
1040 txq_uar_init(txq_ctrl); in mlx5_txq_ibv_obj_new()