Lines Matching refs:component_index

404 			    u16 component_index, u32 update_handle,  in mlx5_reg_mcc_set()  argument
413 MLX5_SET(mcc_reg, in, component_index, component_index); in mlx5_reg_mcc_set()
478 u16 component_index, bool read_pending, in mlx5_reg_mcqi_query() argument
486 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query()
503 static int mlx5_reg_mcqi_caps_query(struct mlx5_core_dev *dev, u16 component_index, in mlx5_reg_mcqi_caps_query() argument
510 err = mlx5_reg_mcqi_query(dev, component_index, 0, in mlx5_reg_mcqi_caps_query()
529 u16 component_index, u32 *p_max_size, in mlx5_component_query() argument
541 return mlx5_reg_mcqi_caps_query(dev, component_index, p_max_size, in mlx5_component_query()
566 u16 component_index, u32 component_size) in mlx5_fsm_component_update() argument
573 component_index, fwhandle, component_size); in mlx5_fsm_component_update()
587 u16 component_index) in mlx5_fsm_component_verify() argument
594 component_index, fwhandle, 0); in mlx5_fsm_component_verify()
725 u16 component_index, bool read_pending, in mlx5_reg_mcqi_version_query() argument
728 return mlx5_reg_mcqi_query(dev, component_index, read_pending, in mlx5_reg_mcqi_version_query()
735 u16 component_index) in mlx5_reg_mcqs_query() argument
743 MLX5_SET(mcqs_reg, in, component_index, component_index); in mlx5_reg_mcqs_query()
779 int component_index, in mlx5_fw_image_pending() argument
786 err = mlx5_reg_mcqs_query(dev, out, component_index); in mlx5_fw_image_pending()
810 int component_index; in mlx5_fw_version_query() local
819 component_index = mlx5_get_boot_img_component_index(dev); in mlx5_fw_version_query()
820 if (component_index < 0) in mlx5_fw_version_query()
821 return component_index; in mlx5_fw_version_query()
823 err = mlx5_reg_mcqi_version_query(dev, component_index, in mlx5_fw_version_query()
831 err = mlx5_fw_image_pending(dev, component_index, &pending_version_exists); in mlx5_fw_version_query()
840 err = mlx5_reg_mcqi_version_query(dev, component_index, in mlx5_fw_version_query()