Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_transport.h398 #define MPI3_FUNCTION_SCSI_IO (0x20) macro
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c2788 if (((mpi_header->function != MPI3_FUNCTION_SCSI_IO) && in mpi3mr_bsg_process_mpt_cmds()
H A Dmpi3mr_os.c5238 scsiio_req->function = MPI3_FUNCTION_SCSI_IO; in mpi3mr_qcmd()
H A Dmpi3mr_fw.c397 if (def_reply->function == MPI3_FUNCTION_SCSI_IO) { in mpi3mr_process_admin_reply_desc()