Searched defs:sim (Results 1 - 3 of 3) sorted by relevance

/drivers/pci/pcie/aer/
H A Daer_inject.c187 u32 *sim; local
203 sim = find_pci_config_dword(err, where, NULL);
204 if (sim) {
205 *val = *sim;
218 u32 *sim; local
235 sim = find_pci_config_dword(err, where, &rw1cs);
236 if (sim) {
238 *sim ^= val;
240 *sim = val;
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7354 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, argument
7395 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) argument
7409 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate,
7417 if (cam_sim_bus(sim) == 0)
7521 channel = SIM_CHANNEL(ahc, sim);
7603 channel = SIM_CHANNEL(ahc, sim);
7604 our_id = SIM_SCSI_ID(ahc, sim);
H A Daic79xx_core.c10278 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, argument
10319 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb) argument
10332 status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate,
10400 channel = SIM_CHANNEL(ahd, sim);
10478 channel = SIM_CHANNEL(ahd, sim);
10479 our_id = SIM_SCSI_ID(ahd, sim);

Completed in 181 milliseconds