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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c2158 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
4289 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
4349 scb_data->maxhscbs = ahc_probe_scbs(ahc);
4350 if (ahc->scb_data->maxhscbs == 0) {
4639 ahc->scb_data->maxhscbs, AHC_MAX_QUEUE);
4641 sprintf(buf, "%d SCBs", ahc->scb_data->maxhscbs);
4969 if (ahc->scb_data->maxhscbs == 0)
4999 if (ahc->scb_data->maxhscbs < AHC_SCB_MAX_ALLOC) {
5989 for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
6863 for (i = 0; i < ahc->scb_data->maxhscbs;
[all...]
H A Daic79xx.h689 uint16_t maxhscbs; /* Number of SCBs on the card */ member in struct:scb_data
H A Daic7xxx.h637 uint8_t maxhscbs; /* Number of SCBs on the card */ member in struct:scb_data
H A Daic79xx.c5642 for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
5669 scb_data->maxhscbs = ahd_probe_scbs(ahd);
5670 if (scb_data->maxhscbs == 0) {
6281 ahd->scb_data.maxhscbs);

Completed in 207 milliseconds