Searched refs:ctldev (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/mlx5tool/ |
H A D | mlx5tool.c | 75 mlx5tool_save_dump(int ctldev, const struct mlx5_tool_addr *addr, in mlx5tool_save_dump() argument 95 error = ioctl(ctldev, MLX5_FWDUMP_GET, &fdg); in mlx5tool_save_dump() 107 error = ioctl(ctldev, MLX5_FWDUMP_GET, &fdg); in mlx5tool_save_dump() 125 mlx5tool_dump_reset(int ctldev, const struct mlx5_tool_addr *addr) in mlx5tool_dump_reset() argument 128 if (ioctl(ctldev, MLX5_FWDUMP_RESET, addr) == -1) { in mlx5tool_dump_reset() 136 mlx5tool_dump_force(int ctldev, const struct mlx5_tool_addr *addr) in mlx5tool_dump_force() argument 139 if (ioctl(ctldev, MLX5_FWDUMP_FORCE, addr) == -1) { in mlx5tool_dump_force() 147 mlx5tool_fw_update(int ctldev, const struct mlx5_tool_addr *addr, in mlx5tool_fw_update() argument 178 error = ioctl(ctldev, MLX5_FW_UPDATE, &fwup); in mlx5tool_fw_update() 190 mlx5tool_fw_reset(int ctldev, const struct mlx5_tool_addr *addr) in mlx5tool_fw_reset() argument [all …]
|