Lines Matching refs:max_total_qng

515 	uchar max_total_qng;
595 uchar max_total_qng;
2324 printk(" is_in_int %u, max_total_qng %u, cur_total_qng %u, "
2326 (unsigned)h->max_total_qng, (unsigned)h->cur_total_qng,
2905 ASC_EEP_GET_CHIP_ID(ep), ep->max_total_qng,
3919 (ushort)(((int)(asc_dvc->max_total_qng + 2 + 1) *
3926 (uchar)(asc_dvc->max_total_qng));
3931 for (; i < asc_dvc->max_total_qng; i++, s_addr += ASC_QBLK_SIZE) {
3942 (uchar)(asc_dvc->max_total_qng - 1));
3944 (uchar)asc_dvc->max_total_qng);
3947 for (; i <= (uchar)(asc_dvc->max_total_qng + 3);
3993 AscPutRiscVarDoneQTail(iop_base, asc_dvc->max_total_qng);
3995 AscPutVarDoneQTail(iop_base, asc_dvc->max_total_qng);
3997 (uchar)((int)asc_dvc->max_total_qng + 1));
3999 (uchar)((int)asc_dvc->max_total_qng + 2));
4001 asc_dvc->max_total_qng);
7885 if ((uint) (cur_used_qs + n_qs) <= (uint) asc_dvc->max_total_qng) {
7886 cur_free_qs = (uint) asc_dvc->max_total_qng - cur_used_qs;
7895 && (n_qs <= (asc_dvc->max_total_qng - ASC_MIN_FREE_Q))) {
8786 asc_dvc->max_total_qng = ASC_DEF_MAX_TOTAL_QNG;
9168 eep_config->max_total_qng = 0xF0;
9203 eep_config->max_total_qng =
9211 eep_config->max_total_qng = ASC_MAX_PCI_INRAM_TOTAL_QNG;
9216 if (eep_config->max_total_qng < ASC_MIN_TOTAL_QNG) {
9217 eep_config->max_total_qng = ASC_MIN_TOTAL_QNG;
9219 if (eep_config->max_total_qng > ASC_MAX_TOTAL_QNG) {
9220 eep_config->max_total_qng = ASC_MAX_TOTAL_QNG;
9222 if (eep_config->max_tag_qng > eep_config->max_total_qng) {
9223 eep_config->max_tag_qng = eep_config->max_total_qng;
9228 asc_dvc->max_total_qng = eep_config->max_total_qng;
11053 ep->max_total_qng = asc_dvc_varp->max_total_qng;
11182 shost->can_queue = asc_dvc_varp->max_total_qng;
11214 (((asc_dvc_varp->max_total_qng - 2) / 2) *