Searched refs:iou_ctrl (Results 1 – 1 of 1) sorted by relevance
3146 Mpi3IoUnitControlRequest_t iou_ctrl = {0}; in mpi3mr_timestamp_sync() local3158 iou_ctrl.HostTag = htole64(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_timestamp_sync()3159 iou_ctrl.Function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_timestamp_sync()3160 iou_ctrl.Operation = MPI3_CTRL_OP_UPDATE_TIMESTAMP; in mpi3mr_timestamp_sync()3163 iou_ctrl.Param64[0] = htole64(time_in_msec); in mpi3mr_timestamp_sync()3167 retval = mpi3mr_submit_admin_cmd(sc, &iou_ctrl, sizeof(iou_ctrl)); in mpi3mr_timestamp_sync()3764 Mpi3IoUnitControlRequest_t iou_ctrl; in mpi3mr_dev_rmhs_complete_tm() local3782 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm()3787 iou_ctrl.Operation = drv_cmd->iou_rc; in mpi3mr_dev_rmhs_complete_tm()3788 iou_ctrl.Param16[0] = htole16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm()[all …]