Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.c3542 Mpi3IoUnitControlRequest_t iou_ctrl; in mpi3mr_dev_rmhs_complete_tm() local
3560 memset(&iou_ctrl, 0, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm()
3565 iou_ctrl.Operation = drv_cmd->iou_rc; in mpi3mr_dev_rmhs_complete_tm()
3566 iou_ctrl.Param16[0] = htole16(drv_cmd->dev_handle); in mpi3mr_dev_rmhs_complete_tm()
3567 iou_ctrl.HostTag = htole16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_complete_tm()
3568 iou_ctrl.Function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_dev_rmhs_complete_tm()
3570 retval = mpi3mr_submit_admin_cmd(sc, &iou_ctrl, sizeof(iou_ctrl)); in mpi3mr_dev_rmhs_complete_tm()