Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcrdump.c256 devl_region_destroy(crdump->region_fw_health); in mlx4_crdump_end()
257 devl_region_destroy(crdump->region_crspace); in mlx4_crdump_end()
/openbmc/linux/net/devlink/
H A Dregion.c1163 void devl_region_destroy(struct devlink_region *region) in devl_region_destroy() function
1182 EXPORT_SYMBOL_GPL(devl_region_destroy);
1196 devl_region_destroy(region); in devlink_region_destroy()
/openbmc/linux/include/net/
H A Ddevlink.h1818 void devl_region_destroy(struct devlink_region *region);
/openbmc/linux/drivers/net/netdevsim/
H A Ddev.c574 devl_region_destroy(nsim_dev->dummy_region); in nsim_dev_dummy_region_exit()