Lines Matching refs:maxhscbs
837 unsigned char maxhscbs; /* hardware scbs */ member
2503 for (curindex = 0; curindex < p->scb_data->maxhscbs; curindex++) in aic7xxx_find_scb()
2512 if (curindex >= p->scb_data->maxhscbs) in aic7xxx_find_scb()
3375 for (i = p->scb_data->maxhscbs - 1; i >= 0; i--) in aic7xxx_reset_device()
5790 if (scbptr > p->scb_data->maxhscbs) in aic7xxx_handle_scsiint()
5803 if (p->scb_data->maxhscbs > 4) in aic7xxx_handle_scsiint()
5804 scbptr &= (p->scb_data->maxhscbs - 1); in aic7xxx_handle_scsiint()
6108 if (saved_scbptr >= p->scb_data->maxhscbs) in aic7xxx_check_scbs()
6116 (free_scbh >= p->scb_data->maxhscbs) ) in aic7xxx_check_scbs()
6124 while( (temp != SCB_LIST_NULL) && (temp < p->scb_data->maxhscbs) ) in aic7xxx_check_scbs()
6140 (dis_scbh >= p->scb_data->maxhscbs) ) in aic7xxx_check_scbs()
6148 while( (temp != SCB_LIST_NULL) && (temp < p->scb_data->maxhscbs) ) in aic7xxx_check_scbs()
6164 (wait_scbh >= p->scb_data->maxhscbs) ) in aic7xxx_check_scbs()
6172 while( (temp != SCB_LIST_NULL) && (temp < p->scb_data->maxhscbs) ) in aic7xxx_check_scbs()
6187 for(i=0; i < p->scb_data->maxhscbs; i++) in aic7xxx_check_scbs()
6192 (temp >= p->scb_data->maxhscbs)) ) in aic7xxx_check_scbs()
7794 if (p->scb_data->maxhscbs == 0) in detect_maxscb()
7830 p->scb_data->maxhscbs = i; in detect_maxscb()
7943 printk("%d/%d SCBs\n", p->scb_data->maxhscbs, p->scb_data->maxscbs); in aic7xxx_register()