OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tag_code
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
advlib.c
1651
u_int8_t
tag_code
;
local in function:AscIsrChipHalted
1708
tag_code
= AscReadLramByte(iot, ioh, halt_q_addr + ASC_SCSIQ_B_TAG_CODE);
1709
tag_code
&= 0xDC;
1713
tag_code
|= (ASC_TAG_FLAG_DISABLE_DISCONNECT |
1716
AscWriteLramByte(iot, ioh, halt_q_addr + ASC_SCSIQ_B_TAG_CODE,
tag_code
);
1849
scsiq->d2.
tag_code
= HI_BYTE(val);
2269
if ((scsiq->q2.
tag_code
& ASC_TAG_FLAG_EXTRA_BYTES) == 0)
2338
scsiq->q2.
tag_code
&= ~M2_QTAG_MSG_SIMPLE;
2339
scsiq->q2.
tag_code
|= (ASC_TAG_FLAG_DISABLE_ASYN_USE_SYN_FIX |
2342
scsiq->q2.
tag_code
&= 0x23
[
all
...]
advlib.h
478
u_int8_t
tag_code
; /* type of this transaction. see below */
member in struct:asc_scisq_2
482
/*
tag_code
values */
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025