OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scb_data
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
3328
for (scb_tag = 0; scb_tag < ahd->
scb_data
.maxhscbs; scb_tag++) {
5394
for (i = 0; i < ahd->
scb_data
.maxhscbs; i++) {
5408
struct
scb_data
*
scb_data
;
local in function:ahd_init_scbdata
5411
scb_data
= &ahd->
scb_data
;
5412
TAILQ_INIT(&
scb_data
->free_scbs);
5414
LIST_INIT(&
scb_data
->free_scb_lists[i]);
5415
LIST_INIT(&
scb_data
->any_dev_free_scb_list);
5416
SLIST_INIT(&
scb_data
->hscb_maps)
5499
struct
scb_data
*
scb_data
;
local in function:ahd_fini_scbdata
5743
struct
scb_data
*
scb_data
;
local in function:ahd_alloc_scbs
[
all
...]
aic7xxx.c
923
ahc->
scb_data
->hscbs[scbptr].tag);
2138
for (i = 0; i < ahc->
scb_data
->maxhscbs; i++) {
3815
if (ahc->
scb_data
== NULL) {
3816
ahc->
scb_data
= malloc(sizeof(*ahc->
scb_data
),
4135
for (i = 0; i < ahc->
scb_data
->maxhscbs; i++) {
4171
struct
scb_data
*
scb_data
;
local in function:ahc_init_scbdata
4173
scb_data
= ahc->
scb_data
;
4259
struct
scb_data
*
scb_data
;
local in function:ahc_fini_scbdata
4304
struct
scb_data
*
scb_data
;
local in function:ahc_alloc_scbs
[
all
...]
aic79xxvar.h
655
struct
scb_data
{
struct
1076
struct
scb_data
scb_data
;
member in struct:ahd_softc
aic7xxxvar.h
700
struct
scb_data
{
struct
1039
struct
scb_data
*
scb_data
;
member in struct:ahc_softc
Completed in 22 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025