Lines Matching defs:in

7  * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
66 /* RQ size in ipoib by default is 512 */
207 u32 in[MLX5_ST_SZ_DW(rst2init_qp_in)] = {};
210 qpc = MLX5_ADDR_OF(rst2init_qp_in, in, qpc);
218 MLX5_SET(rst2init_qp_in, in, opcode, MLX5_CMD_OP_RST2INIT_QP);
219 MLX5_SET(rst2init_qp_in, in, qpn, ipriv->qpn);
220 ret = mlx5_cmd_exec_in(mdev, rst2init_qp, in);
225 u32 in[MLX5_ST_SZ_DW(init2rtr_qp_in)] = {};
227 MLX5_SET(init2rtr_qp_in, in, opcode, MLX5_CMD_OP_INIT2RTR_QP);
228 MLX5_SET(init2rtr_qp_in, in, qpn, ipriv->qpn);
229 ret = mlx5_cmd_exec_in(mdev, init2rtr_qp, in);
234 u32 in[MLX5_ST_SZ_DW(rtr2rts_qp_in)] = {};
236 MLX5_SET(rtr2rts_qp_in, in, opcode, MLX5_CMD_OP_RTR2RTS_QP);
237 MLX5_SET(rtr2rts_qp_in, in, qpn, ipriv->qpn);
238 ret = mlx5_cmd_exec_in(mdev, rtr2rts_qp, in);
246 u32 in[MLX5_ST_SZ_DW(qp_2err_in)] = {};
248 MLX5_SET(qp_2err_in, in, opcode, MLX5_CMD_OP_2ERR_QP);
249 MLX5_SET(qp_2err_in, in, qpn, ipriv->qpn);
250 mlx5_cmd_exec_in(mdev, qp_2err, in);
259 u32 in[MLX5_ST_SZ_DW(qp_2rst_in)] = {};
261 MLX5_SET(qp_2rst_in, in, opcode, MLX5_CMD_OP_2RST_QP);
262 MLX5_SET(qp_2rst_in, in, qpn, ipriv->qpn);
263 mlx5_cmd_exec_in(mdev, qp_2rst, in);
272 u32 in[MLX5_ST_SZ_DW(create_qp_in)] = {};
281 MLX5_SET(create_qp_in, in, input_qpn, qpn);
284 qpc = MLX5_ADDR_OF(create_qp_in, in, qpc);
295 MLX5_SET(create_qp_in, in, opcode, MLX5_CMD_OP_CREATE_QP);
296 ret = mlx5_cmd_exec_inout(priv->mdev, create_qp, in, out);
307 u32 in[MLX5_ST_SZ_DW(destroy_qp_in)] = {};
309 MLX5_SET(destroy_qp_in, in, opcode, MLX5_CMD_OP_DESTROY_QP);
310 MLX5_SET(destroy_qp_in, in, qpn, qpn);
311 mlx5_cmd_exec_in(mdev, destroy_qp, in);
321 u32 in[MLX5_ST_SZ_DW(create_tis_in)] = {};
324 tisc = MLX5_ADDR_OF(create_tis_in, in, ctx);
328 return mlx5e_create_tis(mdev, in, tisn);
509 .update_carrier = NULL, /* no HW update in IB link */
638 /* May already be CLOSED in case a previous configuration operation