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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c50 u_int our_id, char channel,
182 u_int our_id, char channel, u_int target_id,
190 tinfo = ahc_fetch_transinfo(ahc, channel, our_id,
388 u_int our_id; local
393 our_id = ahc->our_id;
397 our_id = ahc->our_id_b;
401 ahc_dump_target_state(ahc, &info, our_id,
181 ahc_dump_target_state(struct ahc_softc *ahc, struct info_str *info, u_int our_id, char channel, u_int target_id, u_int target_offset) argument
H A Daic7770.c199 ahc->our_id = scsiconf1 & HWSCSIID;
203 ahc->our_id = scsiconf & HSCSIID;
341 ahc->our_id = sc->brtime_id & CFSCSIID;
343 scsi_conf = (ahc->our_id & 0x7);
H A Daic7xxx_inline.h69 char channel, u_int our_id,
H A Daic79xx_proc.c49 u_int our_id, char channel,
207 u_int our_id, char channel, u_int target_id)
214 tinfo = ahd_fetch_transinfo(ahd, channel, our_id,
376 ahd_dump_target_state(ahd, &info, ahd->our_id, 'A',
206 ahd_dump_target_state(struct ahd_softc *ahd, struct info_str *info, u_int our_id, char channel, u_int target_id) argument
H A Daic7xxx_osm.c573 unsigned int our_id = ahc->our_id; local
581 our_id = ahc->our_id_b;
619 tinfo = ahc_fetch_transinfo(ahc, channel, ahc->our_id,
622 ahc_compile_devinfo(&devinfo, our_id, starget->id,
824 | (((cmd)->device->channel == 0) ? (ahc)->our_id : (ahc)->our_id_b) \
1103 host->this_id = ahc->our_id;
1180 u_int our_id; local
1185 our_id = ahc->our_id;
[all...]
H A Daic79xx_inline.h119 char channel, u_int our_id,
H A Daic7xxx_pci.c711 u_int our_id; local
719 our_id = 0;
784 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
786 our_id = ahc_inb(ahc, SCSIID) & OID;
791 our_id = 7;
896 our_id = 0x07;
899 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
901 ahc->our_id = our_id;
1470 ahc->our_id
[all...]
H A Daic7xxx_core.c439 * for the specified our_id/remote_id pair.
442 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, argument
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; local
2744 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2746 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2748 our_id
2778 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2804 int our_id; local
5437 u_int our_id; local
7339 u_int our_id; local
7534 u_int our_id; local
7722 u_int our_id; local
[all...]
H A Daic79xx_osm.c525 (((scmd_id(cmd) << TID_SHIFT) & TID) | (ahd)->our_id)
607 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
627 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id,
629 ahd_compile_devinfo(&devinfo, ahd->our_id, starget->id,
809 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
1215 host->this_id = ahd->our_id;
1281 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
1283 ahd_compile_devinfo(&devinfo, ahd->our_id, target_id,
1512 ahd->our_id,
1553 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
[all...]
H A Daic79xx_core.c566 * for the specified our_id/remote_id pair.
569 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, argument
579 our_id += 8;
580 *tstate = ahd->enabled_targets[our_id];
3563 master_tstate = ahd->enabled_targets[ahd->our_id];
3607 if (scsi_id == ahd->our_id
4236 int our_id; local
4249 our_id = ahd_inb(ahd, TARGIDIN) & OID;
4251 our_id = ahd_inb(ahd, TOWNID);
4253 our_id
4291 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
4310 int our_id; local
10223 u_int our_id; local
10357 u_int our_id; local
10536 u_int our_id; local
[all...]
H A Daic7xxx.h1009 uint8_t our_id; member in struct:ahc_softc
1193 u_int our_id, u_int target,
H A Daic79xx.h1175 uint8_t our_id; member in struct:ahd_softc
1394 u_int our_id, u_int target,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_mpc.c1574 __u64 our_id = 0; local
1623 our_id = (__u64)priv->xid->xid2_adj_id;
1624 our_id = our_id << 32;
1625 our_id = our_id + priv->xid->xid2_sender_id;
1630 if (our_id < their_id) {

Completed in 92 milliseconds