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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c225 "Page %d\n", p->scb_data->numscbs, p->scb_data->maxhscbs,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c837 unsigned char maxhscbs; /* hardware scbs */ member in struct:__anon6402
2495 for (curindex = 0; curindex < p->scb_data->maxhscbs; curindex++)
2504 if (curindex >= p->scb_data->maxhscbs)
3382 for (i = p->scb_data->maxhscbs - 1; i >= 0; i--)
5772 if (scbptr > p->scb_data->maxhscbs)
5785 if (p->scb_data->maxhscbs > 4)
5786 scbptr &= (p->scb_data->maxhscbs - 1);
6090 if (saved_scbptr >= p->scb_data->maxhscbs)
6098 (free_scbh >= p->scb_data->maxhscbs) )
6106 while( (temp != SCB_LIST_NULL) && (temp < p->scb_data->maxhscbs) )
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2144 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
4126 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
4186 scb_data->maxhscbs = ahc_probe_scbs(ahc);
4187 if (ahc->scb_data->maxhscbs == 0) {
4475 ahc->scb_data->maxhscbs, AHC_MAX_QUEUE);
4477 sprintf(buf, "%d SCBs", ahc->scb_data->maxhscbs);
4803 if (ahc->scb_data->maxhscbs == 0)
4826 if (ahc->scb_data->maxhscbs < AHC_SCB_MAX_ALLOC) {
5813 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
6670 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 Daic7xxx.h608 uint8_t maxhscbs; /* Number of SCBs on the card */ member in struct:scb_data
H A Daic79xx_core.c5592 for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
5619 scb_data->maxhscbs = ahd_probe_scbs(ahd);
5620 if (scb_data->maxhscbs == 0) {
6224 ahd->scb_data.maxhscbs);

Completed in 199 milliseconds