Searched refs:max_host_qng (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c983 uchar max_host_qng; /* 15 maximum host queuing */ member in struct:adveep_3550_config
1056 uchar max_host_qng; /* 15 maximum host queueing */ member in struct:adveep_38C0800_config
1158 uchar max_host_qng; /* 15 maximum host queueing */ member in struct:adveep_38C1600_config
1840 uchar max_host_qng; /* maximum number of Q'ed command allowed */ member in struct:adv_dvc_var
2379 printk(" max_host_qng %u, max_dvc_qng %u, carr_freelist 0x%p\n", asc_prt_adv_dvc_var()
2380 (unsigned)h->max_host_qng, (unsigned)h->max_dvc_qng, asc_prt_adv_dvc_var()
2998 ep_3550->max_host_qng, ep_3550->max_dvc_qng); asc_prt_adv_board_eeprom()
3003 ep_38C0800->max_host_qng, asc_prt_adv_board_eeprom()
3009 ep_38C1600->max_host_qng, asc_prt_adv_board_eeprom()
4276 BUG_ON(offset > adv_dvc->max_host_qng); adv_get_reqp()
9459 ASC_DEF_MAX_HOST_QNG, /* max_host_qng */
9497 1, /* max_host_qng */
9535 ASC_DEF_MAX_HOST_QNG, /* 15 max_host_qng */
9600 1, /* 15 max_host_qng */
9665 ASC_DEF_MAX_HOST_QNG, /* 15 max_host_qng */
9730 1, /* 15 max_host_qng */
10198 asc_dvc->max_host_qng = eep_config.max_host_qng; AdvInitFrom3550EEP()
10213 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { AdvInitFrom3550EEP()
10214 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; AdvInitFrom3550EEP()
10215 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { AdvInitFrom3550EEP()
10217 if (eep_config.max_host_qng == 0) { AdvInitFrom3550EEP()
10218 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; AdvInitFrom3550EEP()
10220 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; AdvInitFrom3550EEP()
10236 * If 'max_dvc_qng' is greater than 'max_host_qng', then AdvInitFrom3550EEP()
10237 * set 'max_dvc_qng' to 'max_host_qng'. AdvInitFrom3550EEP()
10239 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { AdvInitFrom3550EEP()
10240 eep_config.max_dvc_qng = eep_config.max_host_qng; AdvInitFrom3550EEP()
10244 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng' AdvInitFrom3550EEP()
10247 asc_dvc->max_host_qng = eep_config.max_host_qng; AdvInitFrom3550EEP()
10353 asc_dvc->max_host_qng = eep_config.max_host_qng; AdvInitFrom38C0800EEP()
10389 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { AdvInitFrom38C0800EEP()
10390 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; AdvInitFrom38C0800EEP()
10391 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { AdvInitFrom38C0800EEP()
10393 if (eep_config.max_host_qng == 0) { AdvInitFrom38C0800EEP()
10394 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; AdvInitFrom38C0800EEP()
10396 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; AdvInitFrom38C0800EEP()
10412 * If 'max_dvc_qng' is greater than 'max_host_qng', then AdvInitFrom38C0800EEP()
10413 * set 'max_dvc_qng' to 'max_host_qng'. AdvInitFrom38C0800EEP()
10415 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { AdvInitFrom38C0800EEP()
10416 eep_config.max_dvc_qng = eep_config.max_host_qng; AdvInitFrom38C0800EEP()
10420 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng' AdvInitFrom38C0800EEP()
10423 asc_dvc->max_host_qng = eep_config.max_host_qng; AdvInitFrom38C0800EEP()
10580 asc_dvc->max_host_qng = eep_config.max_host_qng; AdvInitFrom38C1600EEP()
10613 if (eep_config.max_host_qng > ASC_DEF_MAX_HOST_QNG) { AdvInitFrom38C1600EEP()
10614 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; AdvInitFrom38C1600EEP()
10615 } else if (eep_config.max_host_qng < ASC_DEF_MIN_HOST_QNG) { AdvInitFrom38C1600EEP()
10617 if (eep_config.max_host_qng == 0) { AdvInitFrom38C1600EEP()
10618 eep_config.max_host_qng = ASC_DEF_MAX_HOST_QNG; AdvInitFrom38C1600EEP()
10620 eep_config.max_host_qng = ASC_DEF_MIN_HOST_QNG; AdvInitFrom38C1600EEP()
10636 * If 'max_dvc_qng' is greater than 'max_host_qng', then AdvInitFrom38C1600EEP()
10637 * set 'max_dvc_qng' to 'max_host_qng'. AdvInitFrom38C1600EEP()
10639 if (eep_config.max_dvc_qng > eep_config.max_host_qng) { AdvInitFrom38C1600EEP()
10640 eep_config.max_dvc_qng = eep_config.max_host_qng; AdvInitFrom38C1600EEP()
10644 * Set ASC_DVC_VAR 'max_host_qng' and ASC_DVC_VAR 'max_dvc_qng' AdvInitFrom38C1600EEP()
10647 asc_dvc->max_host_qng = eep_config.max_host_qng; AdvInitFrom38C1600EEP()
10843 * Allocate up to 'max_host_qng' request structures for the Wide advansys_wide_init_chip()
10847 board->adv_reqp_size = adv_dvc->max_host_qng * sizeof(adv_req_t); advansys_wide_init_chip()
10859 adv_dvc->max_host_qng, board->adv_reqp_size); advansys_wide_init_chip()
11095 ep_3550->max_host_qng = adv_dvc_varp->max_host_qng; advansys_board_found()
11118 ep_38C0800->max_host_qng = adv_dvc_varp->max_host_qng; advansys_board_found()
11146 ep_38C1600->max_host_qng = adv_dvc_varp->max_host_qng; advansys_board_found()
11211 shost->can_queue = adv_dvc_varp->max_host_qng; advansys_board_found()

Completed in 128 milliseconds