Searched refs:pe_req (Results 1 – 1 of 1) sorted by relevance
3800 struct mpi3_port_enable_request pe_req; in mpi3mr_issue_port_enable() local3804 memset(&pe_req, 0, sizeof(pe_req)); in mpi3mr_issue_port_enable()3821 pe_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_port_enable()3822 pe_req.function = MPI3_FUNCTION_PORT_ENABLE; in mpi3mr_issue_port_enable()3824 retval = mpi3mr_admin_request_post(mrioc, &pe_req, sizeof(pe_req), 1); in mpi3mr_issue_port_enable()