Lines Matching refs:max_host_qng
966 uchar max_host_qng; /* 15 maximum host queuing */ member
1039 uchar max_host_qng; /* 15 maximum host queueing */ member
1141 uchar max_host_qng; /* 15 maximum host queueing */ member
1823 uchar max_host_qng; /* maximum number of Q'ed command allowed */ member
2356 (unsigned)h->max_host_qng, (unsigned)h->max_dvc_qng, in asc_prt_adv_dvc_var()
2947 ep_3550->max_host_qng, ep_3550->max_dvc_qng); in asc_prt_adv_board_eeprom()
2952 ep_38C0800->max_host_qng, in asc_prt_adv_board_eeprom()
2958 ep_38C1600->max_host_qng, in asc_prt_adv_board_eeprom()
4214 BUG_ON(offset > adv_dvc->max_host_qng); in adv_get_reqp()
9999 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10014 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom3550EEP()
10015 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10016 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom3550EEP()
10018 if (eep_config.max_host_qng == 0) { in AdvInitFrom3550EEP()
10019 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10021 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom3550EEP()
10040 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom3550EEP()
10041 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10048 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10154 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10190 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C0800EEP()
10191 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10192 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C0800EEP()
10194 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C0800EEP()
10195 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10197 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C0800EEP()
10216 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C0800EEP()
10217 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10224 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10381 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10414 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C1600EEP()
10415 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10416 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C1600EEP()
10418 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C1600EEP()
10419 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10421 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C1600EEP()
10440 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C1600EEP()
10441 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10448 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10634 board->adv_reqp_size = adv_dvc->max_host_qng * sizeof(adv_req_t); in advansys_wide_init_chip()
10646 adv_dvc->max_host_qng, board->adv_reqp_size); in advansys_wide_init_chip()
10876 ep_3550->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
10899 ep_38C0800->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
10927 ep_38C1600->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
10992 shost->can_queue = adv_dvc_varp->max_host_qng; in advansys_board_found()