Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1609 mrioc->facts.op_req_sz; in mpi3mr_free_op_req_q_segments()
2834 memset(&mrioc->facts, 0, sizeof(mrioc->facts)); in mpi3mr_process_factsdata()
2872 mrioc->facts.max_op_req_q = in mpi3mr_process_factsdata()
2874 mrioc->facts.max_op_reply_q = in mpi3mr_process_factsdata()
2921 mrioc->facts.ioc_num, mrioc->facts.max_op_req_q, in mpi3mr_process_factsdata()
2922 mrioc->facts.max_op_reply_q, mrioc->facts.max_devhandle); in mpi3mr_process_factsdata()
2925 mrioc->facts.max_reqs, mrioc->facts.min_devhandle, in mpi3mr_process_factsdata()
2926 mrioc->facts.max_msix_vectors, mrioc->facts.max_perids); in mpi3mr_process_factsdata()
2928 mrioc->facts.sge_mod_mask, mrioc->facts.sge_mod_value, in mpi3mr_process_factsdata()
2935 mrioc->facts.max_dev_per_tg, mrioc->facts.max_io_throttle_group); in mpi3mr_process_factsdata()
[all …]
H A Dmpi3mr_app.c671 u64 sgemod_mask = ((u64)((mrioc->facts.sge_mod_mask) << in mpi3mr_build_nvme_sgl()
672 mrioc->facts.sge_mod_shift) << 32); in mpi3mr_build_nvme_sgl()
673 u64 sgemod_val = ((u64)(mrioc->facts.sge_mod_value) << in mpi3mr_build_nvme_sgl()
674 mrioc->facts.sge_mod_shift) << 32; in mpi3mr_build_nvme_sgl()
734 u64 sgemod_mask = ((u64)((mrioc->facts.sge_mod_mask) << in mpi3mr_build_nvme_prp()
735 mrioc->facts.sge_mod_shift) << 32); in mpi3mr_build_nvme_prp()
736 u64 sgemod_val = ((u64)(mrioc->facts.sge_mod_value) << in mpi3mr_build_nvme_prp()
737 mrioc->facts.sge_mod_shift) << 32; in mpi3mr_build_nvme_prp()
1582 struct mpi3mr_compimg_ver *fwver = &mrioc->facts.fw_ver; in version_fw_show()
1605 return sysfs_emit(buf, "%d\n", mrioc->facts.max_reqs); in fw_queue_depth_show()
H A Dmpi3mr.h1097 struct mpi3mr_ioc_facts facts; member
H A Dmpi3mr_os.c2760 __func__, mrioc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th()
2761 mrioc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()
3467 sges_in_segment = (mrioc->facts.op_req_sz - in mpi3mr_prepare_sg_scmd()
5185 shost->max_id = mrioc->facts.max_perids + 1; in mpi3mr_probe()
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c3090 facts = &ioc->facts; in GetIocFacts()
3132 facts->MsgVersion = le16_to_cpu(facts->MsgVersion); in GetIocFacts()
3133 facts->MsgContext = le32_to_cpu(facts->MsgContext); in GetIocFacts()
3134 facts->IOCExceptions = le16_to_cpu(facts->IOCExceptions); in GetIocFacts()
3135 facts->IOCStatus = le16_to_cpu(facts->IOCStatus); in GetIocFacts()
3136 facts->IOCLogInfo = le32_to_cpu(facts->IOCLogInfo); in GetIocFacts()
3156 facts->FWVersion.Word = le32_to_cpu(facts->FWVersion.Word); in GetIocFacts()
3158 facts->ProductID = le16_to_cpu(facts->ProductID); in GetIocFacts()
3166 facts->GlobalCredits = le16_to_cpu(facts->GlobalCredits); in GetIocFacts()
3180 facts->FWImageSize = le32_to_cpu(facts->FWImageSize); in GetIocFacts()
[all …]
H A Dmptfc.c299 int max_bus = ioc->facts.MaxBuses; in mptfc_GetFcDevPage0()
302 max_targ = (ioc->facts.MaxDevices == 0) ? 256 : ioc->facts.MaxDevices; in mptfc_GetFcDevPage0()
954 for (ii=0; ii<ioc->facts.NumberOfPorts; ii++) { in mptfc_SetFcPortPage1_defaults()
995 ioc->facts.FWVersion.Word); in mptfc_init_host_attr()
1073 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) in mptfc_link_status_change()
1134 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptfc_rescan_devices()
1209 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptfc_probe()
1269 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
1273 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
1329 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptfc_probe()
[all …]
H A Dmptctl.c385 if ((ioc->facts.IOCCapabilities & MPI_IOCFACTS_CAPABILITY_HIGH_PRI_Q) && in mptctl_do_taskmgmt()
386 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptctl_do_taskmgmt()
823 if (iocp->facts.MsgVersion >= MPI_VERSION_01_05) in mptctl_do_fw_download()
1326 karg->FWVersion = ioc->facts.FWVersion.Word; in mptctl_getiocinfo()
1682 ioc->facts.FWImageSize = newFwSize; in mptctl_replace_fw()
2035 (pInit->MaxBuses != ioc->facts.MaxBuses) || in mptctl_do_mpt_command()
2175 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptctl_do_mpt_command()
2379 ioc->facts.FWVersion.Struct.Major, in mptctl_hp_hostinfo()
2380 ioc->facts.FWVersion.Struct.Minor, in mptctl_hp_hostinfo()
2381 ioc->facts.FWVersion.Struct.Unit, in mptctl_hp_hostinfo()
[all …]
H A Dmptscsih.c645 if((ioc->facts.MsgVersion >= MPI_VERSION_01_05) && pScsiReply){ in mptscsih_io_done()
1292 seq_printf(m, "Ports=%d, ", ioc->facts.NumberOfPorts); in mptscsih_show_info()
1544 if (!((ioc->facts.IOCCapabilities & MPI_IOCFACTS_CAPABILITY_HIGH_PRI_Q) in mptscsih_IssueTaskMgmt()
1545 && (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) && in mptscsih_IssueTaskMgmt()
1603 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptscsih_IssueTaskMgmt()
1976 if (ioc->facts.MsgVersion >= MPI_VERSION_01_05 && in mptscsih_taskmgmt_reply()
3049 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in mptscsih_version_fw_show()
3050 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in mptscsih_version_fw_show()
3051 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in mptscsih_version_fw_show()
3052 ioc->facts.FWVersion.Word & 0x000000FF); in mptscsih_version_fw_show()
[all …]
H A Dmptspi.c1393 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptspi_probe()
1472 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
1476 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
H A Dmptbase.h701 IOCFactsReply_t facts; member
H A Dmptsas.c5200 for (ii = 0; ii < ioc->facts.NumberOfPorts; ii++) { in mptsas_probe()
5261 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
5265 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
5331 if ((ioc->facts.HeaderVersion >> 8) < 0xE) in mptsas_probe()
H A Dmptlan.c1392 for (i = 0; i < ioc->facts.NumberOfPorts; i++) { in mptlan_probe()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c370 ioc->facts.MaxChainDepth); in _base_get_buffer_bar0()
390 ioc->facts.MaxChainDepth); in _base_get_buffer_phys_bar0()
6269 struct mpt3sas_facts *facts; in _base_allocate_memory_pools() local
6285 facts = &ioc->facts; in _base_allocate_memory_pools()
6317 (facts->RequestCredit / 4)); in _base_allocate_memory_pools()
6322 facts->RequestCredit); in _base_allocate_memory_pools()
7408 struct mpt3sas_facts *facts; in _base_get_ioc_facts() local
7432 facts = &ioc->facts; in _base_get_ioc_facts()
7460 facts->IOCRequestFrameSize = in _base_get_ioc_facts()
7472 facts->HighPriorityCredit = in _base_get_ioc_facts()
[all …]
H A Dmpt3sas_ctl.c748 ioc->facts.MaxDevHandle)) { in _ctl_do_mpt_command()
1181 karg.firmware_version = ioc->facts.FWVersion.Word; in _ctl_getiocinfo()
1511 if (ioc->facts.IOCCapabilities & in _ctl_diag_capability()
1516 if (ioc->facts.IOCCapabilities & in _ctl_diag_capability()
1521 if (ioc->facts.IOCCapabilities & in _ctl_diag_capability()
2826 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in version_fw_show()
2827 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in version_fw_show()
2828 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in version_fw_show()
2829 ioc->facts.FWVersion.Word & 0x000000FF); in version_fw_show()
2874 ioc->facts.MsgVersion, ioc->facts.HeaderVersion >> 8); in version_mpi_show()
[all …]
H A Dmpt3sas_base.h1457 struct mpt3sas_facts facts; member
H A Dmpt3sas_scsih.c2490 if (!(ioc->facts.IOCCapabilities & MPI2_IOCFACTS_CAPABILITY_TLR)) in _scsih_enable_tlr()
4691 ioc->facts.MaxDevHandle); in _scsih_check_topo_delete_events()
4692 if (handle < ioc->facts.MaxDevHandle) in _scsih_check_topo_delete_events()
7793 if ((ioc->facts.HeaderVersion >> 8) < 0xC) in _scsih_sas_device_status_change_event()
11738 if (!(ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR)) in _scsih_probe_devices()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.c2187 rule->fallback = &efx->tc->facts.pf; in efx_tc_flower_replace()
2190 rule->fallback = &efx->tc->facts.reps; in efx_tc_flower_replace()
2447 struct efx_tc_action_set_list *acts = &efx->tc->facts.pf; in efx_tc_configure_fallback_acts_pf()
2456 struct efx_tc_action_set_list *acts = &efx->tc->facts.reps; in efx_tc_configure_fallback_acts_reps()
2590 efx_tc_deconfigure_fallback_acts(efx, &efx->tc->facts.pf); in efx_fini_tc()
2591 efx_tc_deconfigure_fallback_acts(efx, &efx->tc->facts.reps); in efx_fini_tc()
2709 INIT_LIST_HEAD(&efx->tc->facts.pf.list); in efx_init_struct_tc()
2710 efx->tc->facts.pf.fw_id = MC_CMD_MAE_ACTION_SET_ALLOC_OUT_ACTION_SET_ID_NULL; in efx_init_struct_tc()
2711 INIT_LIST_HEAD(&efx->tc->facts.reps.list); in efx_init_struct_tc()
2748 EFX_WARN_ON_PARANOID(efx->tc->facts.pf.fw_id != in efx_fini_struct_tc()
[all …]
H A Dtc.h326 } facts; member
H A Dtc_encap_actions.c446 fallback = &efx->tc->facts.pf; in efx_tc_update_encap()
/openbmc/linux/Documentation/sound/cards/
H A Daudiophile-usb.rst28 This part is a reminder of important facts about the functions and limitations
70 Important facts about the Digital interface:
/openbmc/linux/Documentation/process/
H A Dstable-api-nonsense.rst62 consider the following facts about the Linux kernel:
/openbmc/linux/Documentation/mm/
H A Dmultigen_lru.rst38 These facts are only helpful when other conditions, e.g., access
/openbmc/qemu/docs/devel/
H A Dtesting.rst464 ``lcitool/facts/mappings.yml``, listing its native package name on as
525 * Add metadata under ``lcitool/facts/targets/`` for the new OS
530 * Edit the ``lcitool/facts/mappings.yml`` change to add entries for
535 * Commit the changes to ``lcitool/facts`` and the regenerated test
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst995 These parallelism facts of life are by no means specific to RCU, but the
1037 attention to the preceding facts of life. The idea that Linux might