Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_os.c1478 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_dev_rmhs_complete_tm() local
1496 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm()
1501 iou_ctrl.operation = drv_cmd->iou_rc; in mpi3mr_dev_rmhs_complete_tm()
1502 iou_ctrl.param16[0] = cpu_to_le16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm()
1503 iou_ctrl.host_tag = cpu_to_le16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_complete_tm()
1504 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_dev_rmhs_complete_tm()
1506 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, sizeof(iou_ctrl), in mpi3mr_dev_rmhs_complete_tm()
Dmpi3mr_fw.c1915 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_sync_timestamp() local
1918 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_sync_timestamp()
1929 iou_ctrl.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_sync_timestamp()
1930 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_sync_timestamp()
1931 iou_ctrl.operation = MPI3_CTRL_OP_UPDATE_TIMESTAMP; in mpi3mr_sync_timestamp()
1933 iou_ctrl.param64[0] = cpu_to_le64(ktime_to_ms(current_time)); in mpi3mr_sync_timestamp()
1936 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, in mpi3mr_sync_timestamp()
1937 sizeof(iou_ctrl), 0); in mpi3mr_sync_timestamp()