Home
last modified time | relevance | path

Searched full:facts (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c974 { MPI3MR_RESET_FROM_IOCFACTS_TIMEOUT, "IOC facts timeout" },
1374 (mrioc->facts.ioc_num << in mpi3mr_issue_and_process_mur()
1419 if (mrioc->facts.reply_sz > mrioc->reply_sz) { in mpi3mr_revalidate_factsdata()
1422 mrioc->reply_sz, mrioc->facts.reply_sz); in mpi3mr_revalidate_factsdata()
1426 if (mrioc->facts.max_op_reply_q < mrioc->num_op_reply_q) { in mpi3mr_revalidate_factsdata()
1430 mrioc->facts.max_op_reply_q); in mpi3mr_revalidate_factsdata()
1434 if (mrioc->facts.max_op_req_q < mrioc->num_op_req_q) { in mpi3mr_revalidate_factsdata()
1437 mrioc->num_op_req_q, mrioc->facts.max_op_req_q); in mpi3mr_revalidate_factsdata()
1441 if (mrioc->shost->max_sectors != (mrioc->facts.max_data_length / 512)) in mpi3mr_revalidate_factsdata()
1445 mrioc->shost->max_sectors * 512, mrioc->facts.max_data_length); in mpi3mr_revalidate_factsdata()
[all …]
/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()
1869 dinitprintk(ioc, printk(MYIOC_s_INFO_FMT "facts @ %p, pfacts[0] @ %p\n", in mpt_attach()
1870 ioc->name, &ioc->facts, &ioc->pfacts[0])); in mpt_attach()
2359 /* Get IOC facts! Allow 5 retries */ in mpt_do_ioc_recovery()
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()
[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
718 u8 NBShiftFactor; /* NB Shift Factor based on Block Size (Facts) */
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 …]
/linux/drivers/net/ethernet/sfc/
H A Dtc.h297 * @facts: Fallback action-set-lists for unready rules. Named by *egress* port
298 * @facts.pf: action-set-list for unready rules on PF netdev, hence applying to
300 * @facts.reps: action-set-list for unready rules on representors, hence
334 } facts; member
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 …]
/linux/arch/arc/mm/
H A Dhighmem.c25 * Both these facts combined (preemption disabled and per-cpu allocation)
/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h81 * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts
212 /* IOC Facts message */
240 /* IOC Facts Reply */
323 /* Port Facts message and Reply */
H A Dmpi_history.txt169 * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts
/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:
H A Dsecurity-bugs.rst197 noise and complicates triage. Please stick to verifiable facts (e.g.,
/linux/Documentation/mm/
H A Dmultigen_lru.rst38 These facts are only helpful when other conditions, e.g., access
/linux/sound/pci/
H A Dazt3328.h68 * have any hard facts, only rough measurements.
/linux/drivers/comedi/drivers/
H A Ddas16m1.c394 * following facts. 16 bit hardware counter is initialized with in das16m1_handler()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c624 * Facts: in _dpu_rm_reserve_dsc()
/linux/block/
H A Dbfq-iosched.c1578 * no queue to compare timestamps with). Because of these facts, the
2419 * facts do not hold in this case, as at least in bfq_remove_request()
3576 * The main issue is that, because of the above facts, the rate at
5717 * basing on the following two facts.
5728 * Putting these two facts together, this commits merges stably the
/linux/arch/x86/kernel/
H A Duprobes.c456 * Some useful facts about rip-relative instructions:
/linux/ipc/
H A Dsem.c409 * Both facts are tracked by use_global_mode. in sem_lock()

12