Searched refs:dlmsg (Results 1 – 2 of 2) sorted by relevance
297 const char *dlmsg; in mlx5_glue_dlopen() local334 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()
1269 const char *dlmsg; in mlx4_glue_init() local1305 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()