Home
last modified time | relevance | path

Searched refs:max_total_qng (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1622 uchar max_total_qng; member
1708 uchar max_total_qng; member
5124 ep->max_total_qng = asc_dvc_varp->max_total_qng; in ASC_INITFUNC()
5306 shp->can_queue = asc_dvc_varp->max_total_qng; in ASC_INITFUNC()
5367 (((asc_dvc_varp->max_total_qng - 2) / 2) * in ASC_INITFUNC()
8047 ASC_EEP_GET_CHIP_ID(ep), ep->max_total_qng, ep->max_tag_qng); in asc_prt_asc_board_eeprom()
9583 (unsigned) h->is_in_int, (unsigned) h->max_total_qng, in asc_prt_asc_dvc_var()
11432 if ((uint) (cur_used_qs + n_qs) <= (uint) asc_dvc->max_total_qng) { in AscGetNumOfFreeQueue()
11433 cur_free_qs = (uint) asc_dvc->max_total_qng - cur_used_qs; in AscGetNumOfFreeQueue()
11441 … if ((n_qs > asc_dvc->last_q_shortage) && (n_qs <= (asc_dvc->max_total_qng - ASC_MIN_FREE_Q))) { in AscGetNumOfFreeQueue()
[all …]