Lines Matching refs:user_trans
44 const struct mlx5_fpga_transaction *user_trans; member
105 const struct mlx5_fpga_transaction *user_trans; in trans_complete() local
116 user_trans = trans_priv->user_trans; in trans_complete()
119 if (user_trans->complete1) in trans_complete()
120 user_trans->complete1(user_trans, status); in trans_complete()
204 trans_priv->user_trans = trans; in mlx5_fpga_trans_exec()
269 if (trans_priv->user_trans->direction != MLX5_FPGA_READ) { in mlx5_fpga_trans_recv()
271 type, trans_priv->user_trans->direction); in mlx5_fpga_trans_recv()
275 if (payload_len != trans_priv->user_trans->size) { in mlx5_fpga_trans_recv()
278 trans_priv->user_trans->size); in mlx5_fpga_trans_recv()
281 memcpy(trans_priv->user_trans->data, in mlx5_fpga_trans_recv()
286 if (trans_priv->user_trans->direction != MLX5_FPGA_WRITE) { in mlx5_fpga_trans_recv()
288 type, trans_priv->user_trans->direction); in mlx5_fpga_trans_recv()