Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c3465 struct mpi3_port_enable_request pe_req; in mpi3mr_issue_port_enable() local
3469 memset(&pe_req, 0, sizeof(pe_req)); in mpi3mr_issue_port_enable()
3486 pe_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_port_enable()
3487 pe_req.function = MPI3_FUNCTION_PORT_ENABLE; in mpi3mr_issue_port_enable()
3489 retval = mpi3mr_admin_request_post(mrioc, &pe_req, sizeof(pe_req), 1); in mpi3mr_issue_port_enable()