Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
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) \ argument
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) \ argument
82 ((((target_id) << TID_SHIFT) & TID) | (our_id))
H A Daic7770.c197 ahc->our_id = scsiconf1 & HWSCSIID; in aic7770_config()
201 ahc->our_id = scsiconf & HSCSIID; in aic7770_config()
357 ahc->our_id = sc->brtime_id & CFSCSIID; in aha2840_load_seeprom()
359 scsi_conf = (ahc->our_id & 0x7); in aha2840_load_seeprom()
H A Daic79xx_osm.c59 int our_id, char channel,
62 int our_id, char channel,
469 u_int our_id; in ahd_action() local
476 our_id = SIM_SCSI_ID(ahd, sim); in ahd_action()
515 our_id = target_id; in ahd_action()
540 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id, in ahd_action()
572 hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id); in ahd_action()
702 cpi->initiator_id = ahd->our_id; in ahd_action()
731 ahd_set_tran_settings(struct ahd_softc *ahd, int our_id, char channel, in ahd_set_tran_settings() argument
859 ahd_compile_devinfo(&devinfo, our_id, in ahd_get_tran_settings()
[all …]
H A Daic7xxx_pci.c782 u_int our_id; in ahc_pci_config() local
790 our_id = 0; in ahc_pci_config()
864 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config()
866 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
871 our_id = 7; in ahc_pci_config()
974 our_id = 0x07; in ahc_pci_config()
977 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI); in ahc_pci_config()
979 ahc->our_id = our_id; in ahc_pci_config()
1556 ahc->our_id = sc->brtime_id & CFSCSIID; in ahc_parse_pci_eeprom()
1558 scsi_conf = (ahc->our_id & 0x7); in ahc_parse_pci_eeprom()
H A Daic7xxx_osm.c53 int our_id, char channel,
452 u_int our_id; in ahc_action() local
459 our_id = SIM_SCSI_ID(ahc, sim); in ahc_action()
497 our_id = target_id; in ahc_action()
540 hscb->scsiid = BUILD_SCSIID(ahc, sim, target_id, our_id); in ahc_action()
796 cpi->initiator_id = ahc->our_id; in ahc_action()
828 ahc_get_tran_settings(struct ahc_softc *ahc, int our_id, char channel, in ahc_get_tran_settings() argument
840 ahc_compile_devinfo(&devinfo, our_id, in ahc_get_tran_settings()
1302 ahc_get_tran_settings(ahc, channel == 'A' ? ahc->our_id in ahc_send_async()
H A Daic7xxx_inline.h238 char channel, u_int our_id,
285 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, in ahc_fetch_transinfo() argument
295 our_id += 8; in ahc_fetch_transinfo()
296 *tstate = ahc->enabled_targets[our_id]; in ahc_fetch_transinfo()
H A Daic7xxx.c2171 int our_id; in ahc_fetch_devinfo() local
2191 our_id, in ahc_fetch_devinfo()
2243 int our_id; in ahc_scb_devinfo() local
5013 u_int our_id; in ahc_init() local
5018 our_id = ahc->our_id; in ahc_init()
7278 u_int our_id; in ahc_handle_en_lun() local
7291 our_id = ahc->our_id; in ahc_handle_en_lun()
7466 u_int our_id; in ahc_handle_en_lun() local
7655 u_int our_id; in ahc_update_scsiid() local
7660 our_id = ahc->our_id; in ahc_update_scsiid()
[all …]
H A Daic79xx.c3453 int our_id; in ahd_fetch_devinfo() local
3474 our_id, in ahd_fetch_devinfo()
3527 int our_id; in ahd_scb_devinfo() local
6804 ahd->our_id = 7; in ahd_default_config()
9839 u_int our_id; in ahd_handle_en_lun() local
9841 our_id = ahd->our_id; in ahd_handle_en_lun()
9969 u_int our_id; in ahd_handle_en_lun() local
10149 u_int our_id; in ahd_update_scsiid() local
10153 if (our_id == 0) in ahd_update_scsiid()
10154 our_id = ahd->our_id; in ahd_update_scsiid()
[all …]
H A Daic79xx_inline.h427 char channel, u_int our_id,
501 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, in ahd_fetch_transinfo() argument
511 our_id += 8; in ahd_fetch_transinfo()
512 *tstate = ahd->enabled_targets[our_id]; in ahd_fetch_transinfo()
H A Daic7xxx.h1052 uint8_t our_id; member
1277 u_int our_id, u_int target,
H A Daic79xx.h1226 uint8_t our_id; member
1490 u_int our_id, u_int target,