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

/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 Daic79xx_inline.h119 char channel, u_int our_id,
H A Daic7xxx_osm.c580 unsigned int our_id = ahc->our_id; local
588 our_id = ahc->our_id_b;
626 tinfo = ahc_fetch_transinfo(ahc, channel, ahc->our_id,
629 ahc_compile_devinfo(&devinfo, our_id, starget->id,
831 | (((cmd)->device->channel == 0) ? (ahc)->our_id : (ahc)->our_id_b) \
1115 host->this_id = ahc->our_id;
1192 u_int our_id; local
1197 our_id = ahc->our_id;
[all...]
H A Daic7xxx_pci.c715 u_int our_id; local
723 our_id = 0;
796 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
798 our_id = ahc_inb(ahc, SCSIID) & OID;
803 our_id = 7;
908 our_id = 0x07;
911 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
913 ahc->our_id = our_id;
1482 ahc->our_id
[all...]
H A Daic7xxx_core.c447 * for the specified our_id/remote_id pair.
450 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, argument
460 our_id += 8;
461 *tstate = ahc->enabled_targets[our_id];
2146 master_tstate = ahc->enabled_targets[ahc->our_id];
2196 || (channel == 'A' && scsi_id == ahc->our_id))
2774 int our_id; local
2786 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2788 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2790 our_id
2820 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2846 int our_id; local
5488 u_int our_id; local
7405 u_int our_id; local
7600 u_int our_id; local
7788 u_int our_id; local
[all...]
H A Daic79xx_osm.c545 (((scmd_id(cmd) << TID_SHIFT) & TID) | (ahd)->our_id)
629 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
649 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id,
651 ahd_compile_devinfo(&devinfo, ahd->our_id, starget->id,
831 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
1241 host->this_id = ahd->our_id;
1307 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
1309 ahd_compile_devinfo(&devinfo, ahd->our_id, target_id,
1538 ahd->our_id,
1579 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
[all...]
H A Daic79xx_core.c568 * for the specified our_id/remote_id pair.
571 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, argument
581 our_id += 8;
582 *tstate = ahd->enabled_targets[our_id];
3635 master_tstate = ahd->enabled_targets[ahd->our_id];
3679 if (scsi_id == ahd->our_id
4308 int our_id; local
4321 our_id = ahd_inb(ahd, TARGIDIN) & OID;
4323 our_id = ahd_inb(ahd, TOWNID);
4325 our_id
4363 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
4382 int our_id; local
10341 u_int our_id; local
10475 u_int our_id; local
10654 u_int our_id; local
[all...]
H A Daic7xxx.h1012 uint8_t our_id; member in struct:ahc_softc
1201 u_int our_id, u_int target,
H A Daic79xx.h1178 uint8_t our_id; member in struct:ahd_softc
1397 u_int our_id, u_int target,
/drivers/s390/net/
H A Dctcm_mpc.c1569 __u64 our_id = 0; local
1618 our_id = (__u64)priv->xid->xid2_adj_id;
1619 our_id = our_id << 32;
1620 our_id = our_id + priv->xid->xid2_sender_id;
1625 if (our_id < their_id) {

Completed in 155 milliseconds