Lines Matching refs:dev_handle

2828 		sc->init_cmds.dev_handle = MPI3MR_INVALID_DEV_HANDLE;  in mpi3mr_initialize_ioc()
2834 sc->ioctl_cmds.dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_initialize_ioc()
2840 sc->pel_abort_cmd.dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_initialize_ioc()
2846 sc->host_tm_cmds.dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_initialize_ioc()
2859 sc->dev_rmhs_cmds[i].dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_initialize_ioc()
3304 if (target->dev_handle == handle) in mpi3mr_find_target_by_dev_handle()
3319 tgtdev->dev_handle = (dev_pg0->DevHandle); in mpi3mr_update_device()
3500 __func__, drv_cmd->dev_handle, drv_cmd->ioc_status, in mpi3mr_dev_rmhs_complete_iou()
3507 __func__, drv_cmd->dev_handle, in mpi3mr_dev_rmhs_complete_iou()
3509 mpi3mr_dev_rmhs_send_tm(sc, drv_cmd->dev_handle, in mpi3mr_dev_rmhs_complete_iou()
3515 __func__, drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_iou()
3519 if (tgtdev->dev_handle == drv_cmd->dev_handle) in mpi3mr_dev_rmhs_complete_iou()
3526 __func__, drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_iou()
3527 mpi3mr_clear_bit(drv_cmd->dev_handle, sc->removepend_bitmap); in mpi3mr_dev_rmhs_complete_iou()
3532 drv_cmd->dev_handle = delayed_dev_rmhs->handle; in mpi3mr_dev_rmhs_complete_iou()
3537 __func__, drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_iou()
3538 mpi3mr_dev_rmhs_send_tm(sc, drv_cmd->dev_handle, drv_cmd, in mpi3mr_dev_rmhs_complete_iou()
3547 drv_cmd->dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_dev_rmhs_complete_iou()
3576 sc->name, drv_cmd->dev_handle, drv_cmd->ioc_status, in mpi3mr_dev_rmhs_complete_tm()
3581 sc->name, drv_cmd->dev_handle, cmd_idx); in mpi3mr_dev_rmhs_complete_tm()
3589 iou_ctrl.Param16[0] = htole16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm()
3604 drv_cmd->dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_dev_rmhs_complete_tm()
3675 drv_cmd->dev_handle = handle; in mpi3mr_dev_rmhs_send_tm()
3695 drv_cmd->dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_dev_rmhs_send_tm()
3954 U16 dev_handle = 0; in mpi3mr_devstatuschg_evt_th() local
3960 dev_handle = le16toh(evtdata->DevHandle); in mpi3mr_devstatuschg_evt_th()
3986 tgtdev = mpi3mr_find_target_by_dev_handle(sc->cam_sc, dev_handle); in mpi3mr_devstatuschg_evt_th()
3990 __func__, dev_handle); in mpi3mr_devstatuschg_evt_th()
4014 mpi3mr_dev_rmhs_send_tm(sc, dev_handle, NULL, in mpi3mr_devstatuschg_evt_th()
4018 mpi3mr_dev_rmhs_send_tm(sc, dev_handle, NULL, in mpi3mr_devstatuschg_evt_th()
4589 target->dev_handle, in mpi3mr_process_op_reply_desc()
4611 target->dev_handle, in mpi3mr_process_op_reply_desc()
4632 target->dev_handle, in mpi3mr_process_op_reply_desc()
4652 target->dev_handle, in mpi3mr_process_op_reply_desc()
5662 target->dev_handle = MPI3MR_INVALID_DEV_HANDLE; in mpi3mr_invalidate_devhandles()
5689 if (target->dev_handle == MPI3MR_INVALID_DEV_HANDLE) { in mpi3mr_rfresh_tgtdevs()
5691 mpi3mr_remove_device_from_os(sc, target->dev_handle); in mpi3mr_rfresh_tgtdevs()
5694 mpi3mr_remove_device_from_os(sc, target->dev_handle); in mpi3mr_rfresh_tgtdevs()
5699 if ((target->dev_handle != MPI3MR_INVALID_DEV_HANDLE) && in mpi3mr_rfresh_tgtdevs()