Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c297 const char *dlmsg; in mlx5_glue_dlopen() local
334 dlmsg = dlerror(); in mlx5_glue_dlopen()
335 if (dlmsg) in mlx5_glue_dlopen()
336 DRV_LOG(WARNING, "Cannot load glue library: %s", dlmsg); in mlx5_glue_dlopen()
342 dlmsg = dlerror(); in mlx5_glue_dlopen()
343 if (dlmsg) in mlx5_glue_dlopen()
344 DRV_LOG(ERR, "Cannot resolve glue symbol: %s", dlmsg); in mlx5_glue_dlopen()
/dpdk/drivers/net/mlx4/
H A Dmlx4.c1269 const char *dlmsg; in mlx4_glue_init() local
1305 dlmsg = dlerror(); in mlx4_glue_init()
1306 if (dlmsg) in mlx4_glue_init()
1307 WARN("cannot load glue library: %s", dlmsg); in mlx4_glue_init()
1313 dlmsg = dlerror(); in mlx4_glue_init()
1314 if (dlmsg) in mlx4_glue_init()
1315 ERROR("cannot resolve glue symbol: %s", dlmsg); in mlx4_glue_init()