Lines Matching defs:handle
59 u16 handle;
63 handle = 0xFFFF;
65 &vol_pg1, MPI2_RAID_VOLUME_PGAD_FORM_GET_NEXT_HANDLE, handle))) {
70 handle = le16_to_cpu(vol_pg1.DevHandle);
72 raid_device = mpt3sas_raid_device_find_by_handle(ioc, handle);
90 u16 handle;
94 handle = 0xFFFF;
96 &vol_pg1, MPI2_RAID_VOLUME_PGAD_FORM_GET_NEXT_HANDLE, handle))) {
102 handle = le16_to_cpu(vol_pg1.DevHandle);
138 if ((mpt3sas_config_get_number_pds(ioc, raid_device->handle,
153 MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, raid_device->handle, sz))) {
164 ioc_warn(ioc, "WarpDrive : Direct IO is disabled for the drive with handle(0x%04x): num_mem=%d, max_mem_allowed=%d\n",
165 raid_device->handle, num_pds, MPT_MAX_WARPDRIVE_PDS);
175 ioc_info(ioc, "WarpDrive : Direct IO is disabled for the drive with handle(0x%04x) member handle retrieval failed for member number=%d\n",
176 raid_device->handle,
183 ioc_info(ioc, "WarpDrive : Direct IO is disabled for the drive with handle(0x%04x) member handle (0x%04x) unsupported max lba 0x%016llx\n",
184 raid_device->handle,
198 ioc_info(ioc, "WarpDrive : Direct IO is disabled for the drive with handle(0x%04x): type=%d, s_sz=%uK, blk_size=%u\n",
199 raid_device->handle, raid_device->volume_type,
209 ioc_info(ioc, "WarpDrive : Direct IO is disabled for the drive with handle(0x%04x) invalid stripe sz %uK\n",
210 raid_device->handle,
219 ioc_info(ioc, "WarpDrive : Direct IO is disabled for the drive with handle(0x%04x) invalid block sz %u\n",
220 raid_device->handle, le16_to_cpu(vol_pg0->BlockSize));
226 ioc_info(ioc, "WarpDrive : Direct IO is Enabled for the drive with handle(0x%04x)\n",
227 raid_device->handle);