Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Daic7xxx.h72 #define SCSIID_TARGET(ahc, scsiid) \ argument
75 #define SCSIID_OUR_ID(scsiid) \ argument
77 #define SCSIID_CHANNEL(ahc, scsiid) \ argument
107 #define BUILD_TCL(scsiid, lun) \ argument
457 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */ member
630 uint8_t scsiid; /* Our ID and the initiator's ID */ member
Daic7xxxvar.h108 #define SCSIID_TARGET(ahc, scsiid) \ argument
111 #define SCSIID_OUR_ID(scsiid) \ argument
113 #define SCSIID_CHANNEL(ahc, scsiid) \ argument
143 #define BUILD_TCL(scsiid, lun) \ argument
503 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */ member
682 uint8_t scsiid; /* Our ID and the initiator's ID */ member
Daic7xxx.c7186 u_int scsiid; in ahc_update_scsiid() local