Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c921 chandev_model_info *newmodel; in chandev_add_model() local
925 if((newmodel=chandev_alloc(sizeof(chandev_model_info)))) in chandev_add_model()
927 devreg_t *drinfo=&newmodel->drinfo; in chandev_add_model()
928 newmodel->chan_type=chan_type; in chandev_add_model()
929 newmodel->cu_type=cu_type; in chandev_add_model()
930 newmodel->cu_model=cu_model; in chandev_add_model()
931 newmodel->dev_type=dev_type; in chandev_add_model()
932 newmodel->dev_model=dev_model; in chandev_add_model()
933 newmodel->max_port_no=max_port_no; in chandev_add_model()
934 newmodel->auto_msck_recovery=auto_msck_recovery; in chandev_add_model()
[all …]