OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:q_hscb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
413
struct hardware_scb *
q_hscb
;
local in function:ahc_swap_with_next_hscb
428
q_hscb
= ahc->next_queued_scb->hscb;
429
saved_tag =
q_hscb
->tag;
430
memcpy(
q_hscb
, scb->hscb, sizeof(*scb->hscb));
432
q_hscb
->shared_data.cdb_ptr =
433
ahc_htole32(ahc_hscb_busaddr(ahc,
q_hscb
->tag)
436
q_hscb
->tag = saved_tag;
437
q_hscb
->next = scb->hscb->tag;
441
scb->hscb =
q_hscb
;
aic79xx_inline.h
722
struct hardware_scb *
q_hscb
;
local in function:ahd_swap_with_next_hscb
738
q_hscb
= ahd->next_queued_hscb;
740
saved_hscb_busaddr =
q_hscb
->hscb_busaddr;
741
memcpy(
q_hscb
, scb->hscb, sizeof(*scb->hscb));
742
q_hscb
->hscb_busaddr = saved_hscb_busaddr;
743
q_hscb
->next_hscb_busaddr = scb->hscb->hscb_busaddr;
748
scb->hscb =
q_hscb
;
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025