Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c800 bool *pending_version_exists) in mlx5_fw_image_pending() argument
813 *pending_version_exists = false; in mlx5_fw_image_pending()
815 *pending_version_exists = true; in mlx5_fw_image_pending()
829 bool pending_version_exists; in mlx5_fw_version_query() local
861 err = mlx5_fw_image_pending(dev, component_index, &pending_version_exists); in mlx5_fw_version_query()
868 if (!pending_version_exists) { in mlx5_fw_version_query()