Searched refs:img_fw_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/mlx5tool/
H A Dmlx5tool.c148 const char *img_fw_path)
155 fd = open(img_fw_path, O_RDONLY);
157 warn("Unable to open %s", img_fw_path);
163 warn("Unable to stat %s", img_fw_path);
172 warn("Unable to mmap %s", img_fw_path);
312 char *img_fw_path; local
319 img_fw_path = NULL;
352 img_fw_path = optarg;
365 act != ACTION_DUMP_GET) || (img_fw_path != NULL &&
385 res = mlx5tool_fw_update(ctldev, &addr, img_fw_path);
147 mlx5tool_fw_update(int ctldev, const struct mlx5_tool_addr *addr, const char *img_fw_path) argument
[all...]

Completed in 112 milliseconds