OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_scb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
5640
struct scb *
next_scb
;
local
5647
next_scb
= LIST_NEXT(scb, collision_links);
5648
if (
next_scb
!= NULL) {
5650
next_scb
, links.tqe);
5744
struct scb *
next_scb
;
local
5898
next_scb
= malloc(sizeof(*
next_scb
), M_DEVBUF, M_WAITOK);
5899
if (
next_scb
== NULL)
5904
free(
next_scb
, M_DEVBUF);
5907
next_scb
->platform_data = pdata
[
all
...]
aic7xxx.c
4305
struct scb *
next_scb
;
local
4317
next_scb
= &scb_data->scbarray[scb_data->numscbs];
4349
next_scb
->platform_data = pdata;
4350
next_scb
->sg_map = sg_map;
4351
next_scb
->sg_list = segs;
4356
next_scb
->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
4357
next_scb
->ahc_softc = ahc;
4358
next_scb
->flags = SCB_FREE;
4363
&
next_scb
->dmamap);
4369
next_scb
->hscb = &scb_data->hscbs[scb_data->numscbs]
5532
struct scb *
next_scb
;
local
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026