Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1373 (mrioc->facts.ioc_num << in mpi3mr_issue_and_process_mur()
1418 if (mrioc->facts.reply_sz > mrioc->reply_sz) { in mpi3mr_revalidate_factsdata()
1421 mrioc->reply_sz, mrioc->facts.reply_sz); in mpi3mr_revalidate_factsdata()
1425 if (mrioc->facts.max_op_reply_q < mrioc->num_op_reply_q) { in mpi3mr_revalidate_factsdata()
1429 mrioc->facts.max_op_reply_q); in mpi3mr_revalidate_factsdata()
1433 if (mrioc->facts.max_op_req_q < mrioc->num_op_req_q) { in mpi3mr_revalidate_factsdata()
1436 mrioc->num_op_req_q, mrioc->facts.max_op_req_q); in mpi3mr_revalidate_factsdata()
1440 if (mrioc->shost->max_sectors != (mrioc->facts.max_data_length / 512)) in mpi3mr_revalidate_factsdata()
1444 mrioc->shost->max_sectors * 512, mrioc->facts.max_data_length); in mpi3mr_revalidate_factsdata()
1446 if ((mrioc->sas_transport_enabled) && (mrioc->facts.ioc_capabilities & in mpi3mr_revalidate_factsdata()
[all …]
H A Dmpi3mr_os.c3004 __func__, mrioc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th()
3005 mrioc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()
3758 sges_in_segment = (mrioc->facts.op_req_sz - in mpi3mr_prepare_sg_scmd()
5605 shost->max_id = mrioc->facts.max_perids + 1; in mpi3mr_probe()
/linux/drivers/message/fusion/
H A Dmptbase.c1315 le32_to_cpu(ioc->facts.HostPageBufferSGE.FlagsLength) & 0xFFFFFF; in mpt_host_page_alloc()
1357 ioc->facts.HostPageBufferSGE = ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()
1870 ioc->name, &ioc->facts, &ioc->pfacts[0])); in mpt_attach()
2393 (ioc->facts.Flags & MPI_IOCFACTS_FLAGS_FW_DOWNLOAD_BOOT)) { in mpt_do_ioc_recovery()
2509 if ((ret == 0) && (!ioc->facts.EventState)) { in mpt_do_ioc_recovery()
2516 if (ioc->alt_ioc && alt_ioc_ready && !ioc->alt_ioc->facts.EventState) in mpt_do_ioc_recovery()
2555 if(ioc->facts.IOCExceptions & in mpt_do_ioc_recovery()
2599 if (ioc->facts.MsgVersion >= MPI_VERSION_01_02) in mpt_do_ioc_recovery()
3073 IOCFactsReply_t *facts; in GetIocFacts() local
3089 facts = &ioc->facts; in GetIocFacts()
[all …]
H A Dmptfc.c337 int max_bus = ioc->facts.MaxBuses; in mptfc_GetFcDevPage0()
340 max_targ = (ioc->facts.MaxDevices == 0) ? 256 : ioc->facts.MaxDevices; in mptfc_GetFcDevPage0()
992 for (ii=0; ii<ioc->facts.NumberOfPorts; ii++) { in mptfc_SetFcPortPage1_defaults()
1033 ioc->facts.FWVersion.Word); in mptfc_init_host_attr()
1111 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) in mptfc_link_status_change()
1172 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptfc_rescan_devices()
1247 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptfc_probe()
1307 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
1311 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
1364 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()
1680 ioc->facts.FWImageSize = newFwSize; in mptctl_replace_fw()
2032 if ((pInit->Flags != 0) || (pInit->MaxDevices != ioc->facts.MaxDevices) || in mptctl_do_mpt_command()
2033 (pInit->MaxBuses != ioc->facts.MaxBuses) || in mptctl_do_mpt_command()
2172 if ((ioc->facts.IOCCapabilities & MPI_IOCFACTS_CAPABILITY_HIGH_PRI_Q) && in mptctl_do_mpt_command()
2173 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptctl_do_mpt_command()
2377 ioc->facts.FWVersion.Struct.Major, in mptctl_hp_hostinfo()
[all …]
H A Dmptspi.c1395 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptspi_probe()
1474 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
1478 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
H A Dmptbase.h701 IOCFactsReply_t facts; member
H A Dmptsas.c5194 for (ii = 0; ii < ioc->facts.NumberOfPorts; ii++) { in mptsas_probe()
5255 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
5259 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
5325 if ((ioc->facts.HeaderVersion >> 8) < 0xE) in mptsas_probe()
H A Dmptlan.c1387 for (i = 0; i < ioc->facts.NumberOfPorts; i++) { in mptlan_probe()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c256 u16 cmd_credit = ioc->facts.RequestCredit + 1; in _base_clone_reply_to_sys_mem()
316 u16 cmd_credit = ioc->facts.RequestCredit + 1; in _base_get_chain()
321 chain_virt = base_chain + (smid * ioc->facts.MaxChainDepth * in _base_get_chain()
342 u16 cmd_credit = ioc->facts.RequestCredit + 1; in _base_get_chain_phys()
347 chain_phys = base_chain_phys + (smid * ioc->facts.MaxChainDepth * in _base_get_chain_phys()
366 u16 cmd_credit = ioc->facts.RequestCredit + 1; in _base_get_buffer_bar0()
370 ioc->facts.MaxChainDepth); in _base_get_buffer_bar0()
387 u16 cmd_credit = ioc->facts.RequestCredit + 1; in _base_get_buffer_phys_bar0()
390 ioc->facts.MaxChainDepth); in _base_get_buffer_phys_bar0()
509 for (i = 0; i < MPT_MIN_PHYS_SEGMENTS + ioc->facts.MaxChainDepth; i++) { in _clone_sg_entries()
[all …]
H A Dmpt3sas_ctl.c786 ioc->facts.MaxDevHandle)) { in _ctl_do_mpt_command()
838 if (!(ioc->facts.IOCCapabilities & MPI26_IOCFACTS_CAPABILITY_MCTP_PASSTHRU)) { in _ctl_do_mpt_command()
1243 karg.firmware_version = ioc->facts.FWVersion.Word; in _ctl_getiocinfo()
1575 if (ioc->facts.IOCCapabilities & in _ctl_diag_capability()
1580 if (ioc->facts.IOCCapabilities & in _ctl_diag_capability()
1585 if (ioc->facts.IOCCapabilities & in _ctl_diag_capability()
2869 if (ioc->facts.IOCCapabilities & MPI26_IOCFACTS_CAPABILITY_MCTP_PASSTHRU) { in _ctl_get_mpt_mctp_passthru_adapter()
2897 if (ioc->facts.IOCCapabilities & MPI26_IOCFACTS_CAPABILITY_MCTP_PASSTHRU) in mpt3sas_get_device_count()
3153 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in version_fw_show()
3154 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in version_fw_show()
[all …]
H A Dmpt3sas_scsih.c2551 if (!(ioc->facts.IOCCapabilities & MPI2_IOCFACTS_CAPABILITY_TLR)) in _scsih_enable_tlr()
4991 ioc->facts.MaxDevHandle); in _scsih_check_topo_delete_events()
4992 if (handle < ioc->facts.MaxDevHandle) in _scsih_check_topo_delete_events()
8953 if ((ioc->facts.HeaderVersion >> 8) < 0xC) in _scsih_sas_device_status_change_event()
12990 if (!(ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR)) in _scsih_probe_devices()
/linux/drivers/net/ethernet/sfc/
H A Dtc.c2512 rule->fallback = &efx->tc->facts.pf; in efx_tc_flower_replace()
2515 rule->fallback = &efx->tc->facts.reps; in efx_tc_flower_replace()
2772 struct efx_tc_action_set_list *acts = &efx->tc->facts.pf; in efx_tc_configure_fallback_acts_pf()
2781 struct efx_tc_action_set_list *acts = &efx->tc->facts.reps; in efx_tc_configure_fallback_acts_reps()
2915 efx_tc_deconfigure_fallback_acts(efx, &efx->tc->facts.pf); in efx_fini_tc()
2916 efx_tc_deconfigure_fallback_acts(efx, &efx->tc->facts.reps); in efx_fini_tc()
3034 INIT_LIST_HEAD(&efx->tc->facts.pf.list); in efx_init_struct_tc()
3035 efx->tc->facts.pf.fw_id = MC_CMD_MAE_ACTION_SET_ALLOC_OUT_ACTION_SET_ID_NULL; in efx_init_struct_tc()
3036 INIT_LIST_HEAD(&efx->tc->facts.reps.list); in efx_init_struct_tc()
3037 efx->tc->facts.reps.fw_id = MC_CMD_MAE_ACTION_SET_ALLOC_OUT_ACTION_SET_ID_NULL; in efx_init_struct_tc()
[all …]
H A Dtc.h334 } facts; member
H A Dtc_encap_actions.c448 fallback = &efx->tc->facts.pf; in efx_tc_update_encap()
/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:
/linux/Documentation/process/
H A Dstable-api-nonsense.rst62 consider the following facts about the Linux kernel:
/linux/Documentation/mm/
H A Dmultigen_lru.rst38 These facts are only helpful when other conditions, e.g., access