Home
last modified time | relevance | path

Searched defs:scsiid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.h78 #define SCSIID_TARGET(ahc, scsiid) \ argument
81 #define SCSIID_OUR_ID(scsiid) \ argument
83 #define SCSIID_CHANNEL(ahc, scsiid) \ argument
113 BUILD_TCL(scsiid,lun) global() argument
479 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */ global() member
648 uint8_t scsiid; /* Our ID and the initiator's ID */ global() member
[all...]
H A Daic79xx.h81 #define SCSIID_TARGET(ahd, scsiid) \ argument
83 #define SCSIID_OUR_ID(scsiid) \ argument
85 #define SCSIID_CHANNEL(ahd, scsiid) ('A') argument
114 #define BUILD_TCL(scsiid, lun) \ argument
505 /*19*/ uint8_t scsiid; /* global() member
700 uint8_t scsiid; /* Our ID and the initiator's ID */ global() member
[all...]
H A Daic79xx.c10132 u_int scsiid; in ahd_update_scsiid() local