Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c5742 cfg_req->function = MPI3_FUNCTION_CONFIG; in mpi3mr_post_cfg_req()
5932 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_dev_pg0()
5992 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_sas_phy_pg0()
6051 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_sas_phy_pg1()
6111 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_sas_exp_pg0()
6171 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_sas_exp_pg1()
6231 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_enclosure_pg0()
6285 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_sas_io_unit_pg0()
6341 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_get_sas_io_unit_pg1()
6397 cfg_req.function = MPI3_FUNCTION_CONFIG; in mpi3mr_cfg_set_sas_io_unit_pg1()
[all …]
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_transport.h397 #define MPI3_FUNCTION_CONFIG (0x10) macro