Lines Matching defs:dev_handle
567 tm_req.DevHandle = htole16(tgtdev->dev_handle);
600 tm_type, tgtdev->dev_handle);
646 tgtdev->dev_handle, drv_cmd->ioc_status, drv_cmd->ioc_loginfo);
666 "termination_count(%u), response:%s(0x%x)\n", tm_type, tgtdev->dev_handle, drv_cmd->ioc_status, drv_cmd->ioc_loginfo,
1004 if (targ->dev_handle == 0x0) {
1090 req->DevHandle = htole16(targ->dev_handle);
1211 targ->per_id, targ->dev_handle,
1236 targ->per_id, targ->dev_handle,
1387 if ((targ->dev_handle == 0x0) || (targ->dev_removed == 1)) {
1657 mpi3mr_remove_device_from_os(sc, target->dev_handle);
1785 mpi3mr_remove_device_from_os(sc, target->dev_handle);
1830 "Added device persistent_id: %d dev_handle: %d\n", per_id, target->dev_handle);
1845 "Removing Device (dev_handle: %d)\n", handle);
1851 "Device (persistent_id: %d dev_handle: %d) is already removed from driver's list\n",
1875 "Removed device(persistent_id: %d dev_handle: %d)\n", target->per_id, handle);
1915 U16 dev_handle = 0;
1923 dev_handle = le16toh(evtdata->DevHandle);
1926 __func__, dev_handle, evtdata->ReasonCode);
1944 tgtdev = mpi3mr_find_target_by_dev_handle(sc->cam_sc, dev_handle);
1954 mpi3mr_remove_device_from_os(sc, dev_handle);
1976 U16 dev_handle = 0, perst_id = 0;
1979 dev_handle = le16toh(dev_pg0->DevHandle);
1982 __func__, dev_handle, perst_id);
1983 tgtdev = mpi3mr_find_target_by_dev_handle(sc->cam_sc, dev_handle);
1992 mpi3mr_remove_device_from_os(sc, tgtdev->dev_handle);