Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dcrdump.c138 if (!crdump->region_fw_health) { in mlx4_crdump_collect_fw_health()
153 err = devlink_region_snapshot_create(crdump->region_fw_health, in mlx4_crdump_collect_fw_health()
239 crdump->region_fw_health = in mlx4_crdump_init()
244 if (IS_ERR(crdump->region_fw_health)) in mlx4_crdump_init()
247 PTR_ERR(crdump->region_fw_health)); in mlx4_crdump_init()
256 devl_region_destroy(crdump->region_fw_health); in mlx4_crdump_end()
/linux-6.1.9/include/linux/mlx4/
Ddevice.h847 struct devlink_region *region_fw_health; member