Searched refs:iou_ctrl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/scsi/mpi3mr/ |
| D | mpi3mr_os.c | 2152 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_dev_rmhs_complete_tm() local 2173 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm() 2178 iou_ctrl.operation = drv_cmd->iou_rc; in mpi3mr_dev_rmhs_complete_tm() 2179 iou_ctrl.param16[0] = cpu_to_le16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm() 2180 iou_ctrl.host_tag = cpu_to_le16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_complete_tm() 2181 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_dev_rmhs_complete_tm() 2183 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, sizeof(iou_ctrl), in mpi3mr_dev_rmhs_complete_tm()
|
| D | mpi3mr_fw.c | 2287 struct mpi3_iounit_control_request iou_ctrl; in mpi3mr_sync_timestamp() local 2290 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_sync_timestamp() 2301 iou_ctrl.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_sync_timestamp() 2302 iou_ctrl.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_sync_timestamp() 2303 iou_ctrl.operation = MPI3_CTRL_OP_UPDATE_TIMESTAMP; in mpi3mr_sync_timestamp() 2305 iou_ctrl.param64[0] = cpu_to_le64(ktime_to_ms(current_time)); in mpi3mr_sync_timestamp() 2308 retval = mpi3mr_admin_request_post(mrioc, &iou_ctrl, in mpi3mr_sync_timestamp() 2309 sizeof(iou_ctrl), 0); in mpi3mr_sync_timestamp()
|