Lines Matching refs:max_host_qng

983 	uchar max_host_qng;	/* 15 maximum host queuing */  member
1056 uchar max_host_qng; /* 15 maximum host queueing */ member
1158 uchar max_host_qng; /* 15 maximum host queueing */ member
1840 uchar max_host_qng; /* maximum number of Q'ed command allowed */ member
2380 (unsigned)h->max_host_qng, (unsigned)h->max_dvc_qng, in asc_prt_adv_dvc_var()
2998 ep_3550->max_host_qng, ep_3550->max_dvc_qng); in asc_prt_adv_board_eeprom()
3003 ep_38C0800->max_host_qng, in asc_prt_adv_board_eeprom()
3009 ep_38C1600->max_host_qng, in asc_prt_adv_board_eeprom()
4276 BUG_ON(offset > adv_dvc->max_host_qng); in adv_get_reqp()
10198 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10213 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom3550EEP()
10214 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10215 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom3550EEP()
10217 if (eep_config.max_host_qng == 0) { in AdvInitFrom3550EEP()
10218 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10220 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom3550EEP()
10239 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom3550EEP()
10240 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10247 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10353 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10389 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C0800EEP()
10390 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10391 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C0800EEP()
10393 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C0800EEP()
10394 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10396 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C0800EEP()
10415 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C0800EEP()
10416 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10423 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10580 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10613 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C1600EEP()
10614 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10615 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C1600EEP()
10617 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C1600EEP()
10618 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10620 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C1600EEP()
10639 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C1600EEP()
10640 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10647 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10847 board->adv_reqp_size = adv_dvc->max_host_qng * sizeof(adv_req_t); in advansys_wide_init_chip()
10859 adv_dvc->max_host_qng, board->adv_reqp_size); in advansys_wide_init_chip()
11095 ep_3550->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11118 ep_38C0800->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11146 ep_38C1600->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11211 shost->can_queue = adv_dvc_varp->max_host_qng; in advansys_board_found()