Home
last modified time | relevance | path

Searched refs:iou_ctrl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2357 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_dev_rmhs_complete_tm() local
2378 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm()
2383 iou_ctrl.operation = drv_cmd->iou_rc; in mpi3mr_dev_rmhs_complete_tm()
2384 iou_ctrl.param16[0] = cpu_to_le16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm()
2385 iou_ctrl.host_tag = cpu_to_le16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_complete_tm()
2386 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_dev_rmhs_complete_tm()
2388 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, sizeof(iou_ctrl), in mpi3mr_dev_rmhs_complete_tm()
H A Dmpi3mr_fw.c2604 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_sync_timestamp() local
2607 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_sync_timestamp()
2618 iou_ctrl.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_sync_timestamp()
2619 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_sync_timestamp()
2620 iou_ctrl.operation = MPI3_CTRL_OP_UPDATE_TIMESTAMP; in mpi3mr_sync_timestamp()
2622 iou_ctrl.param64[0] = cpu_to_le64(ktime_to_ms(current_time)); in mpi3mr_sync_timestamp()
2625 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, in mpi3mr_sync_timestamp()
2626 sizeof(iou_ctrl), 0); in mpi3mr_sync_timestamp()