OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scbindex
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
388
ahc->scb_data->
scbindex
[hscb->tag] = NULL;
403
scb = ahc->scb_data->
scbindex
[tag];
443
/* Now define the mapping from tag to SCB in the
scbindex
*/
444
ahc->scb_data->
scbindex
[scb->hscb->tag] = scb;
aic79xx_inline.h
712
scb = ahd->scb_data.
scbindex
[tag];
754
/* Now define the mapping from tag to SCB in the
scbindex
*/
755
ahd->scb_data.
scbindex
[SCB_GET_TAG(scb)] = scb;
aic79xx_osm.c
632
ahd->scb_data.
scbindex
[SCB_GET_TAG(scb)] = scb;
aic7xxx_osm.c
665
ahc->scb_data->
scbindex
[scb->hscb->tag] = scb;
aic79xxvar.h
676
struct scb *
scbindex
[AHD_SCB_MAX];
member in struct:scb_data
aic7xxxvar.h
705
struct scb *
scbindex
[256]; /*
member in struct:scb_data
aic7xxx.c
823
u_int
scbindex
= ahc_inb(ahc, SCB_TAG);
local in function:ahc_handle_seqint
827
scb = ahc_lookup_scb(ahc,
scbindex
);
889
u_int
scbindex
;
local in function:ahc_handle_seqint
894
scbindex
= ahc_inb(ahc, SCB_TAG);
895
scb = ahc_lookup_scb(ahc,
scbindex
);
5409
ahc->scb_data->
scbindex
[scb->hscb->tag] = NULL;
5843
* might not still have mappings in the
scbindex
array (e.g. unexpected
aic79xx.c
1323
u_int
scbindex
;
local in function:ahd_handle_seqint
1328
scbindex
= ahd_get_scbptr(ahd);
1329
scb = ahd_lookup_scb(ahd,
scbindex
);
5694
ahd->scb_data.
scbindex
[SCB_GET_TAG(scb)] = NULL;
Completed in 28 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025