Lines Matching refs:max_host_qng

2290   uchar   max_host_qng;         /* 15 maximum host queuing */  member
2364 uchar max_host_qng; /* 15 maximum host queueing */ member
2467 uchar max_host_qng; /* 15 maximum host queueing */ member
3124 uchar max_host_qng; /* maximum number of Q'ed command allowed */ member
5206 ep_3550->max_host_qng = adv_dvc_varp->max_host_qng; in ASC_INITFUNC()
5228 ep_38C0800->max_host_qng = adv_dvc_varp->max_host_qng; in ASC_INITFUNC()
5255 ep_38C1600->max_host_qng = adv_dvc_varp->max_host_qng; in ASC_INITFUNC()
5323 shp->can_queue = adv_dvc_varp->max_host_qng; in ASC_INITFUNC()
5576 for (req_cnt = adv_dvc_varp->max_host_qng; in ASC_INITFUNC()
8194 ep_3550->adapter_scsi_id, ep_3550->max_host_qng, in asc_prt_adv_board_eeprom()
8201 ep_38C0800->adapter_scsi_id, ep_38C0800->max_host_qng, in asc_prt_adv_board_eeprom()
8208 ep_38C1600->adapter_scsi_id, ep_38C1600->max_host_qng, in asc_prt_adv_board_eeprom()
9707 (unsigned) h->max_host_qng, (unsigned) h->max_dvc_qng, in asc_prt_adv_dvc_var()
16970 asc_dvc->max_host_qng = eep_config.max_host_qng; in ASC_INITFUNC()
16985 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) in ASC_INITFUNC()
16987 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in ASC_INITFUNC()
16988 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) in ASC_INITFUNC()
16991 if (eep_config.max_host_qng == 0) in ASC_INITFUNC()
16993 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in ASC_INITFUNC()
16996 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in ASC_INITFUNC()
17019 if (eep_config.max_dvc_qng > eep_config.max_host_qng) in ASC_INITFUNC()
17021 eep_config.max_dvc_qng = eep_config.max_host_qng; in ASC_INITFUNC()
17028 asc_dvc->max_host_qng = eep_config.max_host_qng; in ASC_INITFUNC()
17148 asc_dvc->max_host_qng = eep_config.max_host_qng; in ASC_INITFUNC()
17190 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) in ASC_INITFUNC()
17192 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in ASC_INITFUNC()
17193 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) in ASC_INITFUNC()
17196 if (eep_config.max_host_qng == 0) in ASC_INITFUNC()
17198 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in ASC_INITFUNC()
17201 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in ASC_INITFUNC()
17224 if (eep_config.max_dvc_qng > eep_config.max_host_qng) in ASC_INITFUNC()
17226 eep_config.max_dvc_qng = eep_config.max_host_qng; in ASC_INITFUNC()
17233 asc_dvc->max_host_qng = eep_config.max_host_qng; in ASC_INITFUNC()
17426 asc_dvc->max_host_qng = eep_config.max_host_qng; in ASC_INITFUNC()
17465 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) in ASC_INITFUNC()
17467 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in ASC_INITFUNC()
17468 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) in ASC_INITFUNC()
17471 if (eep_config.max_host_qng == 0) in ASC_INITFUNC()
17473 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in ASC_INITFUNC()
17476 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in ASC_INITFUNC()
17499 if (eep_config.max_dvc_qng > eep_config.max_host_qng) in ASC_INITFUNC()
17501 eep_config.max_dvc_qng = eep_config.max_host_qng; in ASC_INITFUNC()
17508 asc_dvc->max_host_qng = eep_config.max_host_qng; in ASC_INITFUNC()