Home | History | Annotate | Download | only in mlxctl

Lines Matching defs:conf

125 	struct conf_config conf;
133 memset(&conf.cc_cfg, 0, sizeof(conf.cc_cfg));
134 mlx_configuration(&conf.cc_cfg, 0);
142 print_phys_drive(&conf, i, j);
145 for (i = 0; i < conf.cc_cfg.cc_num_sys_drives; i++)
146 print_sys_drive(&conf, i);
175 print_sys_drive(struct conf_config *conf, int drvno)
180 drv = &conf->cc_cfg.cc_sys_drives[drvno];
222 print_phys_drive(struct conf_config *conf, int chn, int targ)
226 pd = &conf->cc_cfg.cc_phys_drives[chn * 16 + targ];