Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/mpi3mr/
Dmpi3mr_os.c2322 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_dev_rmhs_complete_tm() local
2343 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm()
2348 iou_ctrl.operation = drv_cmd->iou_rc; in mpi3mr_dev_rmhs_complete_tm()
2349 iou_ctrl.param16[0] = cpu_to_le16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm()
2350 iou_ctrl.host_tag = cpu_to_le16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_complete_tm()
2351 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_dev_rmhs_complete_tm()
2353 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, sizeof(iou_ctrl), in mpi3mr_dev_rmhs_complete_tm()
Dmpi3mr_fw.c2517 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_sync_timestamp() local
2520 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_sync_timestamp()
2531 iou_ctrl.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_sync_timestamp()
2532 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_sync_timestamp()
2533 iou_ctrl.operation = MPI3_CTRL_OP_UPDATE_TIMESTAMP; in mpi3mr_sync_timestamp()
2535 iou_ctrl.param64[0] = cpu_to_le64(ktime_to_ms(current_time)); in mpi3mr_sync_timestamp()
2538 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, in mpi3mr_sync_timestamp()
2539 sizeof(iou_ctrl), 0); in mpi3mr_sync_timestamp()