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
2365 (unsigned)h->max_host_qng, (unsigned)h->max_dvc_qng, in asc_prt_adv_dvc_var()
2956 ep_3550->max_host_qng, ep_3550->max_dvc_qng); in asc_prt_adv_board_eeprom()
2961 ep_38C0800->max_host_qng, in asc_prt_adv_board_eeprom()
2967 ep_38C1600->max_host_qng, in asc_prt_adv_board_eeprom()
4223 BUG_ON(offset > adv_dvc->max_host_qng); in adv_get_reqp()
10006 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10021 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom3550EEP()
10022 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10023 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom3550EEP()
10025 if (eep_config.max_host_qng == 0) { in AdvInitFrom3550EEP()
10026 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10028 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom3550EEP()
10047 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom3550EEP()
10048 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10055 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10161 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10197 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C0800EEP()
10198 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10199 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C0800EEP()
10201 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C0800EEP()
10202 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10204 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C0800EEP()
10223 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C0800EEP()
10224 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10231 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10388 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10421 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C1600EEP()
10422 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10423 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C1600EEP()
10425 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C1600EEP()
10426 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10428 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C1600EEP()
10447 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C1600EEP()
10448 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10455 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10642 board->adv_reqp_size = adv_dvc->max_host_qng * sizeof(adv_req_t); in advansys_wide_init_chip()
10654 adv_dvc->max_host_qng, board->adv_reqp_size); in advansys_wide_init_chip()
10884 ep_3550->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
10907 ep_38C0800->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
10935 ep_38C1600->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11000 shost->can_queue = adv_dvc_varp->max_host_qng; in advansys_board_found()