Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mlxcontrol/
H A Dconfig.c62 bzero(&conf.cc_cfg, sizeof(conf.cc_cfg)); in cmd_config()
63 if (mlx_read_configuration(unit, &conf.cc_cfg)) { in cmd_config()
74 for (i = 0; i < conf.cc_cfg.cc_num_sys_drives; i++) in cmd_config()
103 struct mlx_sys_drv *drv = &conf->cc_cfg.cc_sys_drives[drvno]; in print_sys_drive()
148 struct mlx_phys_drv *drv = &conf->cc_cfg.cc_phys_drives[chn * 16 + targ]; in print_phys_drive()
H A Dmlxcontrol.h87 struct mlx_core_cfg cc_cfg; member