Lines Matching refs:max_host_qng
1067 uchar max_host_qng; /* 15 maximum host queuing */ member
1140 uchar max_host_qng; /* 15 maximum host queueing */ member
1242 uchar max_host_qng; /* 15 maximum host queueing */ member
1934 uchar max_host_qng; /* maximum number of Q'ed command allowed */ member
2474 (unsigned)h->max_host_qng, (unsigned)h->max_dvc_qng, in asc_prt_adv_dvc_var()
3151 ep_3550->max_host_qng, ep_3550->max_dvc_qng); in asc_prt_adv_board_eeprom()
3156 ep_38C0800->max_host_qng, in asc_prt_adv_board_eeprom()
3162 ep_38C1600->max_host_qng, in asc_prt_adv_board_eeprom()
10628 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10643 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom3550EEP()
10644 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10645 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom3550EEP()
10647 if (eep_config.max_host_qng == 0) { in AdvInitFrom3550EEP()
10648 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10650 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom3550EEP()
10669 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom3550EEP()
10670 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10677 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10783 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10819 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C0800EEP()
10820 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10821 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C0800EEP()
10823 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C0800EEP()
10824 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10826 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C0800EEP()
10845 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C0800EEP()
10846 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10853 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
11010 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
11043 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C1600EEP()
11044 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
11045 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C1600EEP()
11047 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C1600EEP()
11048 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
11050 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C1600EEP()
11069 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C1600EEP()
11070 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
11077 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
11279 for (req_cnt = adv_dvc->max_host_qng; req_cnt > 0; req_cnt--) { in advansys_wide_init_chip()
11541 ep_3550->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11564 ep_38C0800->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11592 ep_38C1600->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11657 shost->can_queue = adv_dvc_varp->max_host_qng; in advansys_board_found()