Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c3496 struct mpi3_port_enable_request pe_req; in mpi3mr_issue_port_enable() local
3500 memset(&pe_req, 0, sizeof(pe_req)); in mpi3mr_issue_port_enable()
3517 pe_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_port_enable()
3518 pe_req.function = MPI3_FUNCTION_PORT_ENABLE; in mpi3mr_issue_port_enable()
3520 retval = mpi3mr_admin_request_post(mrioc, &pe_req, sizeof(pe_req), 1); in mpi3mr_issue_port_enable()