Home
last modified time | relevance | path

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

/freebsd-src/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 #define BUILD_TCL(scsiid, lun) \ argument
479 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */ member
646 uint8_t scsiid; /* Our ID and the initiator's ID */ member
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; /* member
698 uint8_t scsiid; /* Our ID and the initiator's ID */ member
H A Daic7xxx.c7638 u_int scsiid; in ahc_update_scsiid() local
H A Daic79xx.c10132 u_int scsiid; in ahd_update_scsiid() local