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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7770.c205 ahc->our_id = scsiconf1 & HWSCSIID;
209 ahc->our_id = scsiconf & HSCSIID;
366 ahc->our_id = sc->brtime_id & CFSCSIID;
368 scsi_conf = (ahc->our_id & 0x7);
H A Daic79xx_osm.h87 (ahd->our_id)
90 #define BUILD_SCSIID(ahd, sim, target_id, our_id) \
91 ((((target_id) << TID_SHIFT) & TID) | (our_id))
H A Daic7xxx_osm.h97 (((sim) == ahc->platform_data->sim_b) ? ahc->our_id_b : ahc->our_id)
101 #define BUILD_SCSIID(ahc, sim, target_id, our_id) \
102 ((((target_id) << TID_SHIFT) & TID) | (our_id) \
H A Daic79xx_osm.c62 int our_id, char channel,
65 int our_id, char channel,
461 u_int our_id; local
468 our_id = SIM_SCSI_ID(ahd, sim);
508 our_id = target_id;
533 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id,
566 hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id);
696 cpi->initiator_id = ahd->our_id;
726 ahd_set_tran_settings(struct ahd_softc *ahd, int our_id, char channel, argument
842 ahd_get_tran_settings(struct ahd_softc *ahd, int our_id, cha argument
[all...]
H A Daic7xxx_osm.c58 int our_id, char channel,
447 u_int our_id; local
454 our_id = SIM_SCSI_ID(ahc, sim);
493 our_id = target_id;
537 hscb->scsiid = BUILD_SCSIID(ahc, sim, target_id, our_id);
794 cpi->initiator_id = ahc->our_id;
826 ahc_get_tran_settings(struct ahc_softc *ahc, int our_id, char channel, argument
838 ahc_compile_devinfo(&devinfo, our_id,
1309 ahc_get_tran_settings(ahc, channel == 'A' ? ahc->our_id
H A Daic7xxx_inline.h240 char channel, u_int our_id,
284 * for the specified our_id/remote_id pair.
287 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, argument
297 our_id += 8;
298 *tstate = ahc->enabled_targets[our_id];
H A Daic7xxx_pci.c791 u_int our_id; local
799 our_id = 0;
874 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
876 our_id = ahc_inb(ahc, SCSIID) & OID;
881 our_id = 7;
986 our_id = 0x07;
989 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
991 ahc->our_id = our_id;
1569 ahc->our_id
[all...]
H A Daic7xxx.c1582 master_tstate = ahc->enabled_targets[ahc->our_id];
1633 || (channel == 'A' && scsi_id == ahc->our_id))
2189 int our_id; local
2201 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2203 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2205 our_id = ahc_inb(ahc, SCSIID) & OID;
2209 our_id,
2235 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, argument
2238 devinfo->our_scsiid = our_id;
2261 int our_id; local
5058 u_int our_id; local
7335 u_int our_id; local
7525 u_int our_id; local
7707 u_int our_id; local
[all...]
H A Daic79xx_inline.h429 char channel, u_int our_id,
500 * for the specified our_id/remote_id pair.
503 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, argument
513 our_id += 8;
514 *tstate = ahd->enabled_targets[our_id];
H A Daic79xx.c2822 master_tstate = ahd->enabled_targets[ahd->our_id];
2866 if (scsi_id == ahd->our_id
3483 int our_id; local
3496 our_id = ahd_inb(ahd, TARGIDIN) & OID;
3498 our_id = ahd_inb(ahd, TOWNID);
3500 our_id = ahd_inb(ahd, IOWNID);
3504 our_id,
3538 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, argument
3541 devinfo->our_scsiid = our_id;
3557 int our_id; local
9920 u_int our_id; local
10050 u_int our_id; local
10223 u_int our_id; local
[all...]
H A Daic79xx.h1232 uint8_t our_id; member in struct:ahd_softc
1496 u_int our_id, u_int target,
H A Daic7xxx.h1058 uint8_t our_id; member in struct:ahc_softc
1283 u_int our_id, u_int target,

Completed in 265 milliseconds