OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:siu
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx_osm.c
281
struct scsi_status_iu_header *
siu
;
local in function:ahd_done
289
siu
= (struct scsi_status_iu_header *)scb->sense_data;
290
sense_len = MIN(scsi_4btoul(
siu
->sense_length),
294
scb->sense_data + SIU_SENSE_OFFSET(
siu
), sense_len);
297
SIU_SENSE_OFFSET(
siu
));
aic79xx.c
7877
struct scsi_status_iu_header *
siu
;
local in function:ahd_handle_scsi_status
7880
siu
= (struct scsi_status_iu_header *)scb->sense_data;
7881
ahd_set_scsi_status(scb,
siu
->status);
7886
SCB_GET_TAG(scb),
siu
->status);
7889
if ((
siu
->flags & SIU_RSPVALID) != 0) {
7891
if (scsi_4btoul(
siu
->pkt_failures_length) < 4) {
7895
switch (SIU_PKTFAIL_CODE(
siu
)) {
7917
if (
siu
->status == SCSI_STATUS_OK)
7921
if ((
siu
->flags & SIU_SNSVALID) != 0) {
7926
siu
->sense_length[0])
[
all
...]
Completed in 17 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025