Searched refs:init_in (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/vfio/pci/mlx5/ |
D | cmd.c | 862 u32 init_in[MLX5_ST_SZ_DW(rst2init_qp_in)] = {}; in mlx5vf_activate_qp() local 869 qpc = MLX5_ADDR_OF(rst2init_qp_in, init_in, qpc); in mlx5vf_activate_qp() 874 MLX5_SET(rst2init_qp_in, init_in, opcode, MLX5_CMD_OP_RST2INIT_QP); in mlx5vf_activate_qp() 875 MLX5_SET(rst2init_qp_in, init_in, qpn, qp->qpn); in mlx5vf_activate_qp() 876 ret = mlx5_cmd_exec_in(mdev, rst2init_qp, init_in); in mlx5vf_activate_qp()
|
/Linux-v6.1/drivers/hwmon/ |
D | pc87360.c | 1300 const u8 init_in[14] = { 2, 2, 2, 2, 2, 2, 2, 1, 1, 3, 1, 2, 2, 2 }; in pc87360_init_device() local 1319 if (init >= init_in[i]) { in pc87360_init_device() 1364 if (init >= init_in[i]) { in pc87360_init_device()
|