Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dcrdump.c126 if (!crdump->region_fw_health) { in mlx4_crdump_collect_fw_health()
141 err = devlink_region_snapshot_create(crdump->region_fw_health, in mlx4_crdump_collect_fw_health()
220 crdump->region_fw_health = in mlx4_crdump_init()
225 if (IS_ERR(crdump->region_fw_health)) in mlx4_crdump_init()
228 PTR_ERR(crdump->region_fw_health)); in mlx4_crdump_init()
237 devlink_region_destroy(crdump->region_fw_health); in mlx4_crdump_end()
/Linux-v4.19/include/linux/mlx4/
Ddevice.h858 struct devlink_region *region_fw_health; member