• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/

Lines Matching refs:our_id

439  * for the specified our_id/remote_id pair.
442 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id,
452 our_id += 8;
453 *tstate = ahc->enabled_targets[our_id];
2104 master_tstate = ahc->enabled_targets[ahc->our_id];
2154 || (channel == 'A' && scsi_id == ahc->our_id))
2732 int our_id;
2744 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2746 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2748 our_id = ahc_inb(ahc, SCSIID) & OID;
2752 our_id,
2778 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target,
2781 devinfo->our_scsiid = our_id;
2804 int our_id;
2806 our_id = SCSIID_OUR_ID(scb->hscb->scsiid);
2810 ahc_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahc, scb),
5001 ahc->our_id, ahc->our_id_b,
5021 speed, type, ahc->channel, ahc->our_id);
5067 ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id);
5069 ahc_outb(ahc, SCSIID, ahc->our_id);
5265 ahc->our_id = ahc->our_id_b = 7;
5364 if (ahc_alloc_tstate(ahc, ahc->our_id, 'A') == NULL) {
5437 u_int our_id;
5442 our_id = ahc->our_id;
5446 our_id = ahc->our_id_b;
5449 tinfo = ahc_fetch_transinfo(ahc, channel, our_id,
7339 u_int our_id;
7352 our_id = ahc->our_id;
7354 our_id = ahc->our_id_b;
7356 if (ccb->ccb_h.target_id != our_id) {
7358 * our_id represents our initiator ID, or
7362 * target id other than our_id.
7364 * o our_id is for an active initiator role.
7367 * anything other than our_id, and our_id
7371 * ID we can support in this mode is our_id.
7534 u_int our_id;
7538 our_id = SIM_SCSI_ID(ahc, sim);
7544 if (target != our_id) {
7556 ahc->our_id = target;
7722 u_int our_id;
7725 our_id = ffs(targid_mask);
7726 if (our_id == 0)
7727 our_id = ahc->our_id;
7729 our_id--;
7731 scsiid |= our_id;