Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c3819 struct mpi3_port_enable_request pe_req; in mpi3mr_issue_port_enable() local
3823 memset(&pe_req, 0, sizeof(pe_req)); in mpi3mr_issue_port_enable()
3840 pe_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_port_enable()
3841 pe_req.function = MPI3_FUNCTION_PORT_ENABLE; in mpi3mr_issue_port_enable()
3843 retval = mpi3mr_admin_request_post(mrioc, &pe_req, sizeof(pe_req), 1); in mpi3mr_issue_port_enable()