Searched refs:pe_req (Results 1 – 1 of 1) sorted by relevance
3957 struct mpi3_port_enable_request pe_req; in mpi3mr_issue_port_enable() local3961 memset(&pe_req, 0, sizeof(pe_req)); in mpi3mr_issue_port_enable()3978 pe_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_port_enable()3979 pe_req.function = MPI3_FUNCTION_PORT_ENABLE; in mpi3mr_issue_port_enable()3981 retval = mpi3mr_admin_request_post(mrioc, &pe_req, sizeof(pe_req), 1); in mpi3mr_issue_port_enable()