Searched refs:max_target_id (Results 1 – 2 of 2) sorted by relevance
787 for (device_id = 0; device_id < mhba->max_target_id; device_id++) { in mvumi_flush_cache()1021 tmp_size += round_up(mhba->max_target_id, sizeof(unsigned char) * 8) / in mvumi_init_data()1071 mhba->max_target_id = hs_page1->max_devices_support; in mvumi_hs_process_page()1501 mhba->max_target_id - 1, 0); in mvumi_detach_devices()1575 maxid = mhba->max_target_id; in mvumi_probe_devices()1577 maxid = mhba->max_target_id - 1; in mvumi_probe_devices()2023 if (sdev->id >= mhba->max_target_id) in mvumi_slave_configure()2416 host->max_id = mhba->max_target_id; in mvumi_io_attach()2428 ret = scsi_add_device(host, 0, mhba->max_target_id - 1, 0); in mvumi_io_attach()2454 mhba->max_target_id - 1, 0); in mvumi_io_attach()
524 unsigned short max_target_id; member