Home
last modified time | relevance | path

Searched refs:get_inst (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c1526 int i,j, tota_inst, get_inst, offset = 0; in ipmi_dcmi_prnt_get_temp_readings() local
1540 get_inst = ((tota_inst / DCMI_MAX_BYTE_TEMP_READ_SIZE) ? in ipmi_dcmi_prnt_get_temp_readings()
1558 offset += get_inst; in ipmi_dcmi_prnt_get_temp_readings()
1559 tota_inst -= get_inst; in ipmi_dcmi_prnt_get_temp_readings()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c206 static struct mlx5_cmd_layout *get_inst(struct mlx5_cmd *cmd, int idx) in get_inst() function
1022 lay = get_inst(cmd, ent->idx); in cmd_work_handler()