Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/mpi3mr/
Dmpi3mr_os.c2197 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_dev_rmhs_complete_tm() local
2218 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm()
2223 iou_ctrl.operation = drv_cmd->iou_rc; in mpi3mr_dev_rmhs_complete_tm()
2224 iou_ctrl.param16[0] = cpu_to_le16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm()
2225 iou_ctrl.host_tag = cpu_to_le16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_complete_tm()
2226 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_dev_rmhs_complete_tm()
2228 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, sizeof(iou_ctrl), in mpi3mr_dev_rmhs_complete_tm()
Dmpi3mr_fw.c2318 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_sync_timestamp() local
2321 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_sync_timestamp()
2332 iou_ctrl.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_sync_timestamp()
2333 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_sync_timestamp()
2334 iou_ctrl.operation = MPI3_CTRL_OP_UPDATE_TIMESTAMP; in mpi3mr_sync_timestamp()
2336 iou_ctrl.param64[0] = cpu_to_le64(ktime_to_ms(current_time)); in mpi3mr_sync_timestamp()
2339 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, in mpi3mr_sync_timestamp()
2340 sizeof(iou_ctrl), 0); in mpi3mr_sync_timestamp()