Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c141 "Page %d\n", p->scb_data->numscbs, p->scb_data->maxhscbs, in aic7xxx_show_info()
/drivers/scsi/
Daic7xxx_old.c837 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()
[all …]
/drivers/scsi/aic7xxx/
Daic7xxx_core.c2743 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_update_pending_scbs()
4732 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_build_free_scb_list()
4790 scb_data->maxhscbs = ahc_probe_scbs(ahc); in ahc_init_scbdata()
4791 if (ahc->scb_data->maxhscbs == 0) { in ahc_init_scbdata()
5078 ahc->scb_data->maxhscbs, AHC_MAX_QUEUE); in ahc_controller_info()
5080 sprintf(buf, "%d SCBs", ahc->scb_data->maxhscbs); in ahc_controller_info()
5406 if (ahc->scb_data->maxhscbs == 0) in ahc_init()
5429 if (ahc->scb_data->maxhscbs < AHC_SCB_MAX_ALLOC) { in ahc_init()
6422 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_abort_scbs()
7289 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_dump_card_state()
Daic7xxx.h611 uint8_t maxhscbs; /* Number of SCBs on the card */ member
Daic79xx.h665 uint16_t maxhscbs; /* Number of SCBs on the card */ member
Daic79xx_core.c6395 for (i = 0; i < ahd->scb_data.maxhscbs; i++) { in ahd_initialize_hscbs()
6422 scb_data->maxhscbs = ahd_probe_scbs(ahd); in ahd_init_scbdata()
6423 if (scb_data->maxhscbs == 0) { in ahd_init_scbdata()
7024 ahd->scb_data.maxhscbs); in ahd_controller_info()