Searched refs:our_id (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/aic7xxx/
H A Daic7770.c197 ahc->our_id = scsiconf1 & HWSCSIID;
201 ahc->our_id = scsiconf & HSCSIID;
357 ahc->our_id = sc->brtime_id & CFSCSIID;
359 scsi_conf = (ahc->our_id & 0x7);
H A Daic7xxx_osm.h75 (((sim) == ahc->platform_data->sim_b) ? ahc->our_id_b : ahc->our_id)
79 #define BUILD_SCSIID(ahc, sim, target_id, our_id) \
80 ((((target_id) << TID_SHIFT) & TID) | (our_id) \
H A Daic79xx_osm.h78 (ahd->our_id)
81 #define BUILD_SCSIID(ahd, sim, target_id, our_id) \
82 ((((target_id) << TID_SHIFT) & TID) | (our_id))
H A Daic79xx_osm.c59 int our_id, char channel,
62 int our_id, char channel,
469 u_int our_id; local
476 our_id = SIM_SCSI_ID(ahd, sim);
515 our_id = target_id;
540 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id,
572 hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id);
702 cpi->initiator_id = ahd->our_id;
731 ahd_set_tran_settings(struct ahd_softc *ahd, int our_id, char channel, argument
847 ahd_get_tran_settings(struct ahd_softc *ahd, int our_id, cha argument
[all...]
H A Daic7xxx_osm.c53 int our_id, char channel,
452 u_int our_id; local
459 our_id = SIM_SCSI_ID(ahc, sim);
497 our_id = target_id;
540 hscb->scsiid = BUILD_SCSIID(ahc, sim, target_id, our_id);
796 cpi->initiator_id = ahc->our_id;
828 ahc_get_tran_settings(struct ahc_softc *ahc, int our_id, char channel, argument
840 ahc_compile_devinfo(&devinfo, our_id,
1302 ahc_get_tran_settings(ahc, channel == 'A' ? ahc->our_id
H A Daic7xxx_inline.h238 char channel, u_int our_id,
282 * for the specified our_id/remote_id pair.
285 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, argument
295 our_id += 8;
296 *tstate = ahc->enabled_targets[our_id];
H A Daic7xxx_pci.c782 u_int our_id; local
790 our_id = 0;
864 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
866 our_id = ahc_inb(ahc, SCSIID) & OID;
871 our_id = 7;
974 our_id = 0x07;
977 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
979 ahc->our_id = our_id;
1556 ahc->our_id
[all...]
H A Daic7xxx.c1568 master_tstate = ahc->enabled_targets[ahc->our_id];
1619 || (channel == 'A' && scsi_id == ahc->our_id))
2171 int our_id; local
2183 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2185 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2187 our_id = ahc_inb(ahc, SCSIID) & OID;
2191 our_id,
2217 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, argument
2220 devinfo->our_scsiid = our_id;
2243 int our_id; local
5013 u_int our_id; local
7278 u_int our_id; local
7466 u_int our_id; local
7655 u_int our_id; local
[all...]
H A Daic79xx_inline.h427 char channel, u_int our_id,
498 * for the specified our_id/remote_id pair.
501 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, argument
511 our_id += 8;
512 *tstate = ahd->enabled_targets[our_id];
H A Daic79xx.c2795 master_tstate = ahd->enabled_targets[ahd->our_id];
2839 if (scsi_id == ahd->our_id
3453 int our_id; local
3466 our_id = ahd_inb(ahd, TARGIDIN) & OID;
3468 our_id = ahd_inb(ahd, TOWNID);
3470 our_id = ahd_inb(ahd, IOWNID);
3474 our_id,
3508 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, argument
3511 devinfo->our_scsiid = our_id;
3527 int our_id; local
9840 u_int our_id; local
9970 u_int our_id; local
10150 u_int our_id; local
[all...]
H A Daic7xxx.h1052 uint8_t our_id; member in struct:ahc_softc
1277 u_int our_id, u_int target,
H A Daic79xx.h1226 uint8_t our_id; member in struct:ahd_softc
1490 u_int our_id, u_int target,

Completed in 140 milliseconds