OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numscbs
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/isa/
seagate.c
205
int
numscbs
; /* number of scsi control blocks */
member in struct:sea_softc
449
adapt->adapt_openings = sea->
numscbs
;
547
sea->
numscbs
= SCB_TABLE_SIZE;
806
if (sea->
numscbs
== SEA_SCB_MAX) {
816
sea->
numscbs
++;
/src/sys/dev/ic/
aic7xxx_osm.c
87
ahc->sc_adapter.adapt_openings = ahc->scb_data->
numscbs
- 1;
392
if (ahc->scb_data->
numscbs
>= AHC_SCB_MAX_ALLOC)
887
&& (active_scb_index < ahc->scb_data->
numscbs
)) {
aic79xx_osm.c
88
ahd->sc_adapter.adapt_openings = ahd->scb_data.
numscbs
- 1;
404
if (ahd->scb_data.
numscbs
>= AHD_SCB_MAX_ALLOC)
aic7xxx.c
4233
if (scb_data->
numscbs
== 0) {
4313
if (scb_data->
numscbs
>= AHC_SCB_MAX_ALLOC)
4317
next_scb = &scb_data->scbarray[scb_data->
numscbs
];
4341
newcount = MIN(newcount, (AHC_SCB_MAX_ALLOC - scb_data->
numscbs
));
4369
next_scb->hscb = &scb_data->hscbs[scb_data->
numscbs
];
4370
next_scb->hscb->tag = ahc->scb_data->
numscbs
;
4376
ahc->scb_data->
numscbs
++;
5435
if (scb_index >= ahc->scb_data->
numscbs
) {
5437
"SCB index == %d, yet
numscbs
== %d.",
5438
scb_index, ahc->scb_data->
numscbs
);
[
all
...]
aic79xx.c
5441
if (scb_data->
numscbs
== 0) {
5758
if (scb_data->
numscbs
>= AHD_SCB_MAX_ALLOC)
5886
newcount = MIN(newcount, (AHD_SCB_MAX_ALLOC - scb_data->
numscbs
));
5944
next_scb->hscb->tag = ahd_htole16(scb_data->
numscbs
);
5945
col_tag = scb_data->
numscbs
^ 0x100;
5956
scb_data->
numscbs
++;
7245
if (scbid >= ahd->scb_data.
numscbs
) {
7247
"SCB index == 0x%x, yet
numscbs
== 0x%x.",
7248
ahd_name(ahd), scbid, ahd->scb_data.
numscbs
);
7305
if (scbid >= ahd->scb_data.
numscbs
) {
[
all
...]
aic79xxvar.h
685
uint16_t
numscbs
;
member in struct:scb_data
aic7xxxvar.h
734
uint8_t
numscbs
;
member in struct:scb_data
Completed in 28 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025