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

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h608 uint8_t maxhscbs; /* Number of SCBs on the card */ member in struct:scb_data
H A Daic7xxx_core.c2718 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
4690 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
4748 scb_data->maxhscbs = ahc_probe_scbs(ahc);
4749 if (ahc->scb_data->maxhscbs == 0) {
5033 ahc->scb_data->maxhscbs, AHC_MAX_QUEUE);
5035 sprintf(buf, "%d SCBs", ahc->scb_data->maxhscbs);
5343 if (ahc->scb_data->maxhscbs == 0)
5366 if (ahc->scb_data->maxhscbs < AHC_SCB_MAX_ALLOC) {
6355 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
7220 for (i = 0; i < ahc->scb_data->maxhscbs;
[all...]
H A Daic79xx.h662 uint16_t maxhscbs; /* Number of SCBs on the card */ member in struct:scb_data
H A Daic79xx_core.c6340 for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
6367 scb_data->maxhscbs = ahd_probe_scbs(ahd);
6368 if (scb_data->maxhscbs == 0) {
6957 ahd->scb_data.maxhscbs);

Completed in 533 milliseconds