Lines Matching refs:devinfo

734 	struct	  ahd_devinfo devinfo;  in ahd_set_tran_settings()  local
745 ahd_compile_devinfo(&devinfo, SIM_SCSI_ID(ahd, sim), in ahd_set_tran_settings()
750 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel, in ahd_set_tran_settings()
751 devinfo.our_scsiid, in ahd_set_tran_settings()
752 devinfo.target, &tstate); in ahd_set_tran_settings()
775 *discenable |= devinfo.target_mask; in ahd_set_tran_settings()
777 *discenable &= ~devinfo.target_mask; in ahd_set_tran_settings()
782 *tagenable |= devinfo.target_mask; in ahd_set_tran_settings()
784 *tagenable &= ~devinfo.target_mask; in ahd_set_tran_settings()
790 ahd_set_width(ahd, &devinfo, spi->bus_width, in ahd_set_tran_settings()
824 if ((*discenable & devinfo.target_mask) == 0) in ahd_set_tran_settings()
839 ahd_set_syncrate(ahd, &devinfo, spi->sync_period, in ahd_set_tran_settings()
850 struct ahd_devinfo devinfo; in ahd_get_tran_settings() local
859 ahd_compile_devinfo(&devinfo, our_id, in ahd_get_tran_settings()
863 targ_info = ahd_fetch_transinfo(ahd, devinfo.channel, in ahd_get_tran_settings()
864 devinfo.our_scsiid, in ahd_get_tran_settings()
865 devinfo.target, &tstate); in ahd_get_tran_settings()
875 if ((ahd->user_discenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
878 if ((ahd->user_tagenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
881 if ((tstate->discenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
884 if ((tstate->tagenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
923 struct ahd_devinfo devinfo; in ahd_async() local
925 ahd_compile_devinfo(&devinfo, SIM_SCSI_ID(ahd, sim), in ahd_async()
935 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT, in ahd_async()
937 ahd_set_syncrate(ahd, &devinfo, /*period*/0, /*offset*/0, in ahd_async()
1267 struct ahd_devinfo *devinfo, int enable) in ahd_platform_set_tags() argument