Lines Matching defs:handle
581 u16 handle;
598 handle = le16_to_cpu(tm_request->DevHandle);
610 if (priv_data->sas_target->handle != handle)
627 ioc_info(ioc, "%s: handle(0x%04x), lun(%d), no active mid!!\n",
646 ioc_info(ioc, "%s: handle(0x%04x), lun(%d), task_mid(%d)\n",
828 ioc_info(ioc, "handle(0x%04x): ioctl failed due to device removal in progress\n",
848 ioc_info(ioc, "handle(0x%04x) :ioctl failed due to device removal in progress\n",
868 ioc_info(ioc, "TASK_MGMT: handle(0x%04x), task_type(0x%02x)\n",
886 ioc_info(ioc, "handle(0x%04x) :ioctl failed due to device removal in progress\n",
934 ioc_info(ioc, "handle(0x%04x) :ioctl failed due to device removal in progress\n",
1102 ioc_info(ioc, "issue target reset: handle = (0x%04x)\n",
1360 btdh->handle == sas_device->handle) {
1366 sas_device->id && btdh->handle == 0xFFFF) {
1367 btdh->handle = sas_device->handle;
1396 btdh->handle == pcie_device->handle) {
1402 pcie_device->id && btdh->handle == 0xFFFF) {
1403 btdh->handle = pcie_device->handle;
1432 btdh->handle == raid_device->handle) {
1438 raid_device->id && btdh->handle == 0xFFFF) {
1439 btdh->handle = raid_device->handle;
3744 sas_target_priv_data->handle);
3842 * sas_device_handle_show - device handle
3847 * This is the firmware assigned device handle
3859 sas_device_priv_data->sas_target->handle);