Lines Matching refs:max_host_qng

979 	uchar max_host_qng;	/* 15 maximum host queuing */  member
1052 uchar max_host_qng; /* 15 maximum host queueing */ member
1154 uchar max_host_qng; /* 15 maximum host queueing */ member
1836 uchar max_host_qng; /* maximum number of Q'ed command allowed */ member
2376 (unsigned)h->max_host_qng, (unsigned)h->max_dvc_qng, in asc_prt_adv_dvc_var()
2994 ep_3550->max_host_qng, ep_3550->max_dvc_qng); in asc_prt_adv_board_eeprom()
2999 ep_38C0800->max_host_qng, in asc_prt_adv_board_eeprom()
3005 ep_38C1600->max_host_qng, in asc_prt_adv_board_eeprom()
4272 BUG_ON(offset > adv_dvc->max_host_qng); in adv_get_reqp()
10191 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10206 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom3550EEP()
10207 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10208 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom3550EEP()
10210 if (eep_config.max_host_qng == 0) { in AdvInitFrom3550EEP()
10211 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom3550EEP()
10213 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom3550EEP()
10232 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom3550EEP()
10233 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10240 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom3550EEP()
10346 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10382 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C0800EEP()
10383 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10384 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C0800EEP()
10386 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C0800EEP()
10387 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C0800EEP()
10389 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C0800EEP()
10408 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C0800EEP()
10409 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10416 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C0800EEP()
10573 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10606 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { in AdvInitFrom38C1600EEP()
10607 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10608 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { in AdvInitFrom38C1600EEP()
10610 if (eep_config.max_host_qng == 0) { in AdvInitFrom38C1600EEP()
10611 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; in AdvInitFrom38C1600EEP()
10613 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; in AdvInitFrom38C1600EEP()
10632 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { in AdvInitFrom38C1600EEP()
10633 eep_config.max_dvc_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10640 asc_dvc->max_host_qng = eep_config.max_host_qng; in AdvInitFrom38C1600EEP()
10832 board->adv_reqp_size = adv_dvc->max_host_qng * sizeof(adv_req_t); in advansys_wide_init_chip()
10844 adv_dvc->max_host_qng, board->adv_reqp_size); in advansys_wide_init_chip()
11083 ep_3550->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11106 ep_38C0800->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11134 ep_38C1600->max_host_qng = adv_dvc_varp->max_host_qng; in advansys_board_found()
11199 shost->can_queue = adv_dvc_varp->max_host_qng; in advansys_board_found()