Lines Matching refs:rpl

425 	MPI2_IOC_FACTS_REPLY *rpl;  in mpi_pre_ioc_facts()  local
429 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_ioc_facts()
444 MPI2_PORT_FACTS_REPLY *rpl; in mpi_pre_port_facts() local
448 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_port_facts()
463 MPI2_FW_DOWNLOAD_REPLY *rpl; in mpi_pre_fw_download() local
469 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_fw_download()
511 MPI2_FW_UPLOAD_REPLY *rpl; in mpi_pre_fw_upload() local
516 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_fw_upload()
547 MPI2_SATA_PASSTHROUGH_REPLY *rpl; in mpi_pre_sata_passthrough() local
551 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_sata_passthrough()
565 MPI2_SMP_PASSTHROUGH_REPLY *rpl; in mpi_pre_smp_passthrough() local
569 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_smp_passthrough()
583 MPI2_CONFIG_REPLY *rpl; in mpi_pre_config() local
587 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_config()
643 MPI2_DEFAULT_REPLY *rpl; in mps_user_command() local
662 cmd->req, cmd->req_len, cmd->rpl, cmd->rpl_len); in mps_user_command()
705 rpl = (MPI2_DEFAULT_REPLY *)cm->cm_reply; in mps_user_command()
706 if (rpl != NULL) in mps_user_command()
707 sz = rpl->MsgLength * 4; in mps_user_command()
718 err = copyout(rpl, cmd->rpl, sz); in mps_user_command()
738 MPI2_DEFAULT_REPLY *rpl = NULL; in mps_user_pass_thru() local
851 rpl = (MPI2_DEFAULT_REPLY *)cm->cm_reply; in mps_user_pass_thru()
852 sz = rpl->MsgLength * 4; in mps_user_pass_thru()
1008 rpl = (MPI2_DEFAULT_REPLY *)cm->cm_reply; in mps_user_pass_thru()
1009 sz = rpl->MsgLength * 4; in mps_user_pass_thru()
1027 if (((MPI2_SCSI_IO_REPLY *)rpl)->SCSIState & in mps_user_pass_thru()
1030 MIN((le32toh(((MPI2_SCSI_IO_REPLY *)rpl)-> in mps_user_pass_thru()
2361 uint32_t rpl; member
2443 PTRIN_CP(*user32, arg.user, rpl); in mps_ioctl32()
2493 PTROUT_CP(arg.user, *user32, rpl); in mps_ioctl32()