Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c2718 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_update_pending_scbs()
4690 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_build_free_scb_list()
4748 scb_data->maxhscbs = ahc_probe_scbs(ahc); in ahc_init_scbdata()
4749 if (ahc->scb_data->maxhscbs == 0) { in ahc_init_scbdata()
5033 ahc->scb_data->maxhscbs, AHC_MAX_QUEUE); in ahc_controller_info()
5035 sprintf(buf, "%d SCBs", ahc->scb_data->maxhscbs); in ahc_controller_info()
5343 if (ahc->scb_data->maxhscbs == 0) in ahc_init()
5366 if (ahc->scb_data->maxhscbs < AHC_SCB_MAX_ALLOC) { in ahc_init()
6355 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_abort_scbs()
7220 for (i = 0; i < ahc->scb_data->maxhscbs; i++) { in ahc_dump_card_state()
Daic7xxx.h608 uint8_t maxhscbs; /* Number of SCBs on the card */ member
Daic79xx.h662 uint16_t maxhscbs; /* Number of SCBs on the card */ member
Daic79xx_core.c6340 for (i = 0; i < ahd->scb_data.maxhscbs; i++) { in ahd_initialize_hscbs()
6367 scb_data->maxhscbs = ahd_probe_scbs(ahd); in ahd_init_scbdata()
6368 if (scb_data->maxhscbs == 0) { in ahd_init_scbdata()
6957 ahd->scb_data.maxhscbs); in ahd_controller_info()