Home
last modified time | relevance | path

Searched refs:numscbs (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dseagate.c205 int numscbs; /* number of scsi control blocks */ member
449 adapt->adapt_openings = sea->numscbs; in seaattach()
547 sea->numscbs = SCB_TABLE_SIZE; in sea_init()
806 if (sea->numscbs == SEA_SCB_MAX) { in sea_grow_scb()
816 sea->numscbs++; in sea_grow_scb()
/netbsd-src/sys/dev/ic/
H A Daic7xxx_osm.c87 ahc->sc_adapter.adapt_openings = ahc->scb_data->numscbs - 1; in ahc_attach()
392 if (ahc->scb_data->numscbs >= AHC_SCB_MAX_ALLOC) in ahc_action()
887 && (active_scb_index < ahc->scb_data->numscbs)) { in ahc_timeout()
H A Daic79xx_osm.c88 ahd->sc_adapter.adapt_openings = ahd->scb_data.numscbs - 1; in ahd_attach()
404 if (ahd->scb_data.numscbs >= AHD_SCB_MAX_ALLOC) in ahd_action()
H A Daic7xxx.c4233 if (scb_data->numscbs == 0) { in ahc_init_scbdata()
4313 if (scb_data->numscbs >= AHC_SCB_MAX_ALLOC) in ahc_alloc_scbs()
4317 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()
4341 newcount = MIN(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs)); in ahc_alloc_scbs()
4369 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()
4370 next_scb->hscb->tag = ahc->scb_data->numscbs; in ahc_alloc_scbs()
4376 ahc->scb_data->numscbs++; in ahc_alloc_scbs()
5435 if (scb_index >= ahc->scb_data->numscbs) { in ahc_search_qinfifo()
5438 scb_index, ahc->scb_data->numscbs); in ahc_search_qinfifo()
5621 if (scb_index >= ahc->scb_data->numscbs) { in ahc_search_disc_list()
[all …]
H A Daic79xx.c5441 if (scb_data->numscbs == 0) { in ahd_init_scbdata()
5758 if (scb_data->numscbs >= AHD_SCB_MAX_ALLOC) in ahd_alloc_scbs()
5886 newcount = MIN(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs)); in ahd_alloc_scbs()
5944 next_scb->hscb->tag = ahd_htole16(scb_data->numscbs); in ahd_alloc_scbs()
5945 col_tag = scb_data->numscbs ^ 0x100; in ahd_alloc_scbs()
5956 scb_data->numscbs++; in ahd_alloc_scbs()
7245 if (scbid >= ahd->scb_data.numscbs) { in ahd_search_qinfifo()
7248 ahd_name(ahd), scbid, ahd->scb_data.numscbs); in ahd_search_qinfifo()
7305 if (scbid >= ahd->scb_data.numscbs) { in ahd_search_scb_list()
7308 ahd_name(ahd), scbid, ahd->scb_data.numscbs); in ahd_search_scb_list()
[all …]
H A Daic7xxxvar.h734 uint8_t numscbs; member
H A Daic79xxvar.h685 uint16_t numscbs; member