Lines Matching defs:max_total_qng

504 	uchar max_total_qng;
582 uchar max_total_qng;
2314 printk(" is_in_int %u, max_total_qng %u, cur_total_qng %u, "
2316 (unsigned)h->max_total_qng, (unsigned)h->cur_total_qng,
2875 ASC_EEP_GET_CHIP_ID(ep), ep->max_total_qng,
3870 (ushort)(((int)(asc_dvc->max_total_qng + 2 + 1) *
3877 (uchar)(asc_dvc->max_total_qng));
3882 for (; i < asc_dvc->max_total_qng; i++, s_addr += ASC_QBLK_SIZE) {
3893 (uchar)(asc_dvc->max_total_qng - 1));
3895 (uchar)asc_dvc->max_total_qng);
3898 for (; i <= (uchar)(asc_dvc->max_total_qng + 3);
3944 AscPutRiscVarDoneQTail(iop_base, asc_dvc->max_total_qng);
3946 AscPutVarDoneQTail(iop_base, asc_dvc->max_total_qng);
3948 (uchar)((int)asc_dvc->max_total_qng + 1));
3950 (uchar)((int)asc_dvc->max_total_qng + 2));
3952 asc_dvc->max_total_qng);
7799 if ((uint) (cur_used_qs + n_qs) <= (uint) asc_dvc->max_total_qng) {
7800 cur_free_qs = (uint) asc_dvc->max_total_qng - cur_used_qs;
7809 && (n_qs <= (asc_dvc->max_total_qng - ASC_MIN_FREE_Q))) {
8625 asc_dvc->max_total_qng = ASC_DEF_MAX_TOTAL_QNG;
8996 eep_config->max_total_qng = 0xF0;
9030 eep_config->max_total_qng =
9038 eep_config->max_total_qng = ASC_MAX_PCI_INRAM_TOTAL_QNG;
9043 if (eep_config->max_total_qng < ASC_MIN_TOTAL_QNG) {
9044 eep_config->max_total_qng = ASC_MIN_TOTAL_QNG;
9046 if (eep_config->max_total_qng > ASC_MAX_TOTAL_QNG) {
9047 eep_config->max_total_qng = ASC_MAX_TOTAL_QNG;
9049 if (eep_config->max_tag_qng > eep_config->max_total_qng) {
9050 eep_config->max_tag_qng = eep_config->max_total_qng;
9055 asc_dvc->max_total_qng = eep_config->max_total_qng;
10854 ep->max_total_qng = asc_dvc_varp->max_total_qng;
10983 shost->can_queue = asc_dvc_varp->max_total_qng;
11015 (((asc_dvc_varp->max_total_qng - 2) / 2) *