Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/mpi3mr/
Dmpi3mr_app.c962 struct mpi3_request_header *mpi_header = NULL; in mpi3mr_bsg_process_mpt_cmds() local
987 mpi_header = (struct mpi3_request_header *)mpi_req; in mpi3mr_bsg_process_mpt_cmds()
1124 __func__, __LINE__, mpi_header->function, din_size); in mpi3mr_bsg_process_mpt_cmds()
1131 __func__, __LINE__, mpi_header->function, dout_size); in mpi3mr_bsg_process_mpt_cmds()
1201 if (mpi_header->function == MPI3_BSG_FUNCTION_NVME_ENCAPSULATED) { in mpi3mr_bsg_process_mpt_cmds()
1234 if (mpi_header->function == MPI3_BSG_FUNCTION_SCSI_TASK_MGMT) { in mpi3mr_bsg_process_mpt_cmds()
1258 mpi_header->host_tag = cpu_to_le16(MPI3MR_HOSTTAG_BSG_CMDS); in mpi3mr_bsg_process_mpt_cmds()
1264 if (mpi_header->function == MPI3_BSG_FUNCTION_MGMT_PASSTHROUGH) { in mpi3mr_bsg_process_mpt_cmds()
1298 if (mpi_header->function == in mpi3mr_bsg_process_mpt_cmds()
1306 if ((mpi_header->function == MPI3_BSG_FUNCTION_NVME_ENCAPSULATED) || in mpi3mr_bsg_process_mpt_cmds()
[all …]