Searched refs:sim (Results 1 – 5 of 5) sorted by relevance
/drivers/pci/pcie/aer/ |
D | aer_inject.c | 187 u32 *sim; in pci_read_aer() local 203 sim = find_pci_config_dword(err, where, NULL); in pci_read_aer() 204 if (sim) { in pci_read_aer() 205 *val = *sim; in pci_read_aer() 218 u32 *sim; in pci_write_aer() local 235 sim = find_pci_config_dword(err, where, &rw1cs); in pci_write_aer() 236 if (sim) { in pci_write_aer() 238 *sim ^= val; in pci_write_aer() 240 *sim = val; in pci_write_aer()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1243 struct cam_sim *sim, union ccb *ccb); 1245 struct cam_sim *sim, union ccb *ccb,
|
D | aic79xx.h | 1436 struct cam_sim *sim, union ccb *ccb); 1438 struct cam_sim *sim, union ccb *ccb,
|
D | aic7xxx_core.c | 7354 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, in ahc_find_tmode_devs() argument 7395 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) in ahc_handle_en_lun() argument 7409 status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate, in ahc_handle_en_lun() 7417 if (cam_sim_bus(sim) == 0) in ahc_handle_en_lun() 7521 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun() 7603 channel = SIM_CHANNEL(ahc, sim); in ahc_handle_en_lun() 7604 our_id = SIM_SCSI_ID(ahc, sim); in ahc_handle_en_lun()
|
D | aic79xx_core.c | 10278 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, in ahd_find_tmode_devs() argument 10319 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb) in ahd_handle_en_lun() argument 10332 status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate, in ahd_handle_en_lun() 10400 channel = SIM_CHANNEL(ahd, sim); in ahd_handle_en_lun() 10478 channel = SIM_CHANNEL(ahd, sim); in ahd_handle_en_lun() 10479 our_id = SIM_SCSI_ID(ahd, sim); in ahd_handle_en_lun()
|