Searched refs:hot_plug_info (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/message/fusion/
H A Dmptsas.c4307 struct mptsas_hotplug_event *hot_plug_info) mptsas_hotplug_work()
4316 switch (hot_plug_info->event_type) { mptsas_hotplug_work()
4325 hot_plug_info->id) { mptsas_hotplug_work()
4340 (hot_plug_info->channel << 8) + mptsas_hotplug_work()
4341 hot_plug_info->id); mptsas_hotplug_work()
4393 hot_plug_info->sas_address); mptsas_hotplug_work()
4402 ioc, hot_plug_info->phys_disk_num, mptsas_hotplug_work()
4403 hot_plug_info->channel, mptsas_hotplug_work()
4404 hot_plug_info->id); mptsas_hotplug_work()
4413 (hot_plug_info->channel << 8) + hot_plug_info->id)) { mptsas_hotplug_work()
4416 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4433 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4441 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4449 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4457 ioc->name, hot_plug_info->channel, hot_plug_info->id, mptsas_hotplug_work()
4458 hot_plug_info->phys_disk_num, (unsigned long long) mptsas_hotplug_work()
4461 vtarget->id = hot_plug_info->phys_disk_num; mptsas_hotplug_work()
4463 phy_info->attached.phys_disk_num = hot_plug_info->phys_disk_num; mptsas_hotplug_work()
4472 (hot_plug_info->channel << 8) + hot_plug_info->id)) { mptsas_hotplug_work()
4476 hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4492 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4500 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4508 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4515 __func__, hot_plug_info->id, __LINE__)); mptsas_hotplug_work()
4523 ioc->name, hot_plug_info->channel, hot_plug_info->id, mptsas_hotplug_work()
4524 hot_plug_info->phys_disk_num, (unsigned long long) mptsas_hotplug_work()
4528 vtarget->id = hot_plug_info->id; mptsas_hotplug_work()
4532 hot_plug_info->channel, hot_plug_info->id); mptsas_hotplug_work()
4540 hot_plug_info->id); mptsas_hotplug_work()
4542 hot_plug_info->id, 0); mptsas_hotplug_work()
4550 hot_plug_info->id); mptsas_hotplug_work()
4551 scsi_remove_device(hot_plug_info->sdev); mptsas_hotplug_work()
4552 scsi_device_put(hot_plug_info->sdev); mptsas_hotplug_work()
4559 hot_plug_info->channel, hot_plug_info->id); mptsas_hotplug_work()
4573 struct mptsas_hotplug_event hot_plug_info; mptsas_send_sas_event() local
4602 memset(&hot_plug_info, 0, sizeof(struct mptsas_hotplug_event)); mptsas_send_sas_event()
4603 hot_plug_info.handle = le16_to_cpu(sas_event_data->DevHandle); mptsas_send_sas_event()
4604 hot_plug_info.channel = sas_event_data->Bus; mptsas_send_sas_event()
4605 hot_plug_info.id = sas_event_data->TargetID; mptsas_send_sas_event()
4606 hot_plug_info.phy_id = sas_event_data->PhyNum; mptsas_send_sas_event()
4609 hot_plug_info.sas_address = le64_to_cpu(sas_address); mptsas_send_sas_event()
4610 hot_plug_info.device_info = device_info; mptsas_send_sas_event()
4613 hot_plug_info.event_type = MPTSAS_ADD_DEVICE; mptsas_send_sas_event()
4615 hot_plug_info.event_type = MPTSAS_DEL_DEVICE; mptsas_send_sas_event()
4616 mptsas_hotplug_work(ioc, fw_event, &hot_plug_info); mptsas_send_sas_event()
4640 struct mptsas_hotplug_event hot_plug_info; mptsas_send_raid_event() local
4652 memset(&hot_plug_info, 0, sizeof(struct mptsas_hotplug_event)); mptsas_send_raid_event()
4653 hot_plug_info.id = raid_event_data->VolumeID; mptsas_send_raid_event()
4654 hot_plug_info.channel = raid_event_data->VolumeBus; mptsas_send_raid_event()
4655 hot_plug_info.phys_disk_num = raid_event_data->PhysDiskNum; mptsas_send_raid_event()
4662 hot_plug_info.id, 0); mptsas_send_raid_event()
4663 hot_plug_info.sdev = sdev; mptsas_send_raid_event()
4674 hot_plug_info.event_type = MPTSAS_DEL_PHYSDISK_REPROBE; mptsas_send_raid_event()
4677 hot_plug_info.event_type = MPTSAS_ADD_PHYSDISK_REPROBE; mptsas_send_raid_event()
4685 hot_plug_info.id = phys_disk.PhysDiskID; mptsas_send_raid_event()
4686 hot_plug_info.channel = phys_disk.PhysDiskBus; mptsas_send_raid_event()
4687 hot_plug_info.event_type = MPTSAS_ADD_PHYSDISK; mptsas_send_raid_event()
4694 hot_plug_info.event_type = MPTSAS_DEL_PHYSDISK; mptsas_send_raid_event()
4704 hot_plug_info.event_type = MPTSAS_DEL_RAID; mptsas_send_raid_event()
4711 hot_plug_info.event_type = MPTSAS_ADD_RAID; mptsas_send_raid_event()
4718 hot_plug_info.event_type = MPTSAS_DEL_RAID; mptsas_send_raid_event()
4727 hot_plug_info.event_type = MPTSAS_DEL_RAID; mptsas_send_raid_event()
4735 hot_plug_info.event_type = MPTSAS_ADD_RAID; mptsas_send_raid_event()
4745 if (hot_plug_info.event_type != MPTSAS_IGNORE_EVENT) mptsas_send_raid_event()
4746 mptsas_hotplug_work(ioc, fw_event, &hot_plug_info); mptsas_send_raid_event()
4940 struct mptsas_hotplug_event hot_plug_info; mptsas_send_ir2_event() local
4952 memset(&hot_plug_info, 0, sizeof(struct mptsas_hotplug_event)); mptsas_send_ir2_event()
4953 hot_plug_info.id = ir2_data->TargetID; mptsas_send_ir2_event()
4954 hot_plug_info.channel = ir2_data->Bus; mptsas_send_ir2_event()
4957 hot_plug_info.event_type = MPTSAS_ADD_INACTIVE_VOLUME; mptsas_send_ir2_event()
4960 hot_plug_info.phys_disk_num = ir2_data->PhysDiskNum; mptsas_send_ir2_event()
4961 hot_plug_info.event_type = MPTSAS_DEL_PHYSDISK; mptsas_send_ir2_event()
4964 hot_plug_info.phys_disk_num = ir2_data->PhysDiskNum; mptsas_send_ir2_event()
4967 hot_plug_info.id = phys_disk.PhysDiskID; mptsas_send_ir2_event()
4968 hot_plug_info.event_type = MPTSAS_ADD_PHYSDISK; mptsas_send_ir2_event()
4974 mptsas_hotplug_work(ioc, fw_event, &hot_plug_info); mptsas_send_ir2_event()
4306 mptsas_hotplug_work(MPT_ADAPTER *ioc, struct fw_event_work *fw_event, struct mptsas_hotplug_event *hot_plug_info) mptsas_hotplug_work() argument

Completed in 764 milliseconds