create_tir_in    1410 drivers/infiniband/hw/mlx5/qp.c 	inlen = MLX5_ST_SZ_BYTES(create_tir_in);
create_tir_in    1415 drivers/infiniband/hw/mlx5/qp.c 	MLX5_SET(create_tir_in, in, uid, to_mpd(pd)->uid);
create_tir_in    1416 drivers/infiniband/hw/mlx5/qp.c 	tirc = MLX5_ADDR_OF(create_tir_in, in, ctx);
create_tir_in    1677 drivers/infiniband/hw/mlx5/qp.c 	inlen = MLX5_ST_SZ_BYTES(create_tir_in);
create_tir_in    1683 drivers/infiniband/hw/mlx5/qp.c 	out = in + MLX5_ST_SZ_DW(create_tir_in);
create_tir_in    1684 drivers/infiniband/hw/mlx5/qp.c 	MLX5_SET(create_tir_in, in, uid, to_mpd(pd)->uid);
create_tir_in    1685 drivers/infiniband/hw/mlx5/qp.c 	tirc = MLX5_ADDR_OF(create_tir_in, in, ctx);
create_tir_in    3323 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	inlen = MLX5_ST_SZ_BYTES(create_tir_in);
create_tir_in    3331 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		tirc = MLX5_ADDR_OF(create_tir_in, in, ctx);
create_tir_in    3346 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		tirc = MLX5_ADDR_OF(create_tir_in, in, ctx);
create_tir_in    3381 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	inlen = MLX5_ST_SZ_BYTES(create_tir_in);
create_tir_in    3389 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		tirc = MLX5_ADDR_OF(create_tir_in, in, ctx);
create_tir_in     456 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u32 in[MLX5_ST_SZ_DW(create_tir_in)] = {0};
create_tir_in     464 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	tirc = MLX5_ADDR_OF(create_tir_in, in, ctx);
create_tir_in     470 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	err = mlx5_core_create_tir(hp->func_mdev, in, MLX5_ST_SZ_BYTES(create_tir_in), &hp->tirn);
create_tir_in     538 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u32 in[MLX5_ST_SZ_DW(create_tir_in)];
create_tir_in     545 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		memset(in, 0, MLX5_ST_SZ_BYTES(create_tir_in));
create_tir_in     546 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		tirc = MLX5_ADDR_OF(create_tir_in, in, ctx);
create_tir_in     554 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 					   MLX5_ST_SZ_BYTES(create_tir_in), &hp->indir_tirn[tt]);
create_tir_in     189 drivers/net/ethernet/mellanox/mlx5/core/transobj.c 	MLX5_SET(create_tir_in, in, opcode, MLX5_CMD_OP_CREATE_TIR);