Lines Matching refs:config_page
71 Mpi2IOCPage8_t *config_page) in mpr_config_get_ioc_pg8() argument
183 bcopy(page, config_page, MIN(cm->cm_length, (sizeof(Mpi2IOCPage8_t)))); in mpr_config_get_ioc_pg8()
203 Mpi2IOUnitPage8_t *config_page) in mpr_config_get_iounit_pg8() argument
315 bcopy(page, config_page, MIN(cm->cm_length, in mpr_config_get_iounit_pg8()
336 Mpi2ManufacturingPage11_t *config_page) in mpr_config_get_man_pg11() argument
446 bcopy(page, config_page, MIN(cm->cm_length, in mpr_config_get_man_pg11()
524 Mpi2DriverMappingPage0_t *config_page, u16 sz) in mpr_config_get_dpm_pg0() argument
535 memset(config_page, 0, sz); in mpr_config_get_dpm_pg0()
642 bcopy(page, config_page, MIN(cm->cm_length, sz)); in mpr_config_get_dpm_pg0()
662 Mpi2DriverMappingPage0_t *config_page, u16 entry_idx) in mpr_config_set_dpm_pg0() argument
751 bcopy(config_page, page, MIN(cm->cm_length, in mpr_config_set_dpm_pg0()
801 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u16 handle) in mpr_config_get_sas_device_pg0() argument
916 bcopy(page, config_page, MIN(cm->cm_length, in mpr_config_get_sas_device_pg0()
938 *mpi_reply, Mpi26PCIeDevicePage0_t *config_page, u32 form, u16 handle) in mpr_config_get_pcie_device_pg0() argument
1053 bcopy(page, config_page, MIN(cm->cm_length, in mpr_config_get_pcie_device_pg0()
1075 *mpi_reply, Mpi26PCIeDevicePage2_t *config_page, u32 form, u16 handle) in mpr_config_get_pcie_device_pg2() argument
1190 bcopy(page, config_page, MIN(cm->cm_length, in mpr_config_get_pcie_device_pg2()
1210 Mpi2BiosPage3_t *config_page) in mpr_config_get_bios_pg3() argument
1322 bcopy(page, config_page, MIN(cm->cm_length, sizeof(Mpi2BiosPage3_t))); in mpr_config_get_bios_pg3()
1342 *mpi_reply, Mpi2RaidVolPage0_t *config_page, u32 page_address) in mpr_config_get_raid_volume_pg0() argument
1452 bcopy(page, config_page, cm->cm_length); in mpr_config_get_raid_volume_pg0()
1473 *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, u16 handle) in mpr_config_get_raid_volume_pg1() argument
1586 bcopy(page, config_page, MIN(cm->cm_length, in mpr_config_get_raid_volume_pg1()
1632 Mpi2RaidPhysDiskPage0_t *config_page, u32 page_address) in mpr_config_get_raid_pd_pg0() argument
1742 bcopy(page, config_page, MIN(cm->cm_length, in mpr_config_get_raid_pd_pg0()