Searched refs:dlmsg (Results 1 – 2 of 2) sorted by relevance
301 const char *dlmsg; in mlx5_glue_dlopen() local338 dlmsg = dlerror(); in mlx5_glue_dlopen()339 if (dlmsg) in mlx5_glue_dlopen()340 DRV_LOG(WARNING, "Cannot load glue library: %s", dlmsg); in mlx5_glue_dlopen()346 dlmsg = dlerror(); in mlx5_glue_dlopen()347 if (dlmsg) in mlx5_glue_dlopen()348 DRV_LOG(ERR, "Cannot resolve glue symbol: %s", dlmsg); in mlx5_glue_dlopen()
1221 const char *dlmsg; in mlx4_glue_init() local1257 dlmsg = dlerror(); in mlx4_glue_init()1258 if (dlmsg) in mlx4_glue_init()1259 WARN("cannot load glue library: %s", dlmsg); in mlx4_glue_init()1265 dlmsg = dlerror(); in mlx4_glue_init()1266 if (dlmsg) in mlx4_glue_init()1267 ERROR("cannot resolve glue symbol: %s", dlmsg); in mlx4_glue_init()