Home
last modified time | relevance | path

Searched refs:cfm (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_cfm.sh60 tc filter add dev $h2 ingress protocol cfm pref 1 handle 101 \
61 flower cfm op 47 action drop
62 tc filter add dev $h2 ingress protocol cfm pref 1 handle 102 \
63 flower cfm op 43 action drop
85 tc filter del dev $h2 ingress protocol cfm pref 1 handle 101 flower
86 tc filter del dev $h2 ingress protocol cfm pref 1 handle 102 flower
96 tc filter add dev $h2 ingress protocol cfm pref 1 handle 101 \
97 flower cfm mdl 5 action drop
98 tc filter add dev $h2 ingress protocol cfm pref 1 handle 102 \
99 flower cfm mdl 3 action drop
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Dtime.h22 unsigned int cfm, cfd; in calc_const_freq() local
30 cfm = res & 0xffff; in calc_const_freq()
33 if (!base_freq || !cfm || !cfd) in calc_const_freq()
36 return (base_freq * cfm / cfd); in calc_const_freq()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c316 unsigned long cfm, *urbs_kargs; in put_rnat() local
328 cfm = pt->cr_ifs; in put_rnat()
329 urbs_kargs = ia64_rse_skip_regs(urbs_end, -(cfm & 0x7f)); in put_rnat()
510 unsigned long *krbs, *bspstore, cfm = pt->cr_ifs; in ia64_get_user_rbs_end() local
518 ndirty += (cfm & 0x7f); in ia64_get_user_rbs_end()
520 cfm &= ~(1UL << 63); /* clear valid bit */ in ia64_get_user_rbs_end()
523 *cfmp = cfm; in ia64_get_user_rbs_end()
669 unsigned long cfm) in convert_to_non_syscall() argument
710 pt->cr_ifs = (1UL << 63) | cfm; in convert_to_non_syscall()
769 unsigned long psr, ec, lc, rnat, bsp, cfm, nat_bits, val; in ptrace_getregs() local
[all …]
H A Dcrash.c40 unsigned long cfm, sof, sol; in crash_save_this_cpu() local
50 cfm = dst[43]; in crash_save_this_cpu()
51 sol = (cfm >> 7) & 0x7f; in crash_save_this_cpu()
52 sof = cfm & 0x7f; in crash_save_this_cpu()
H A Dsignal.c45 unsigned long ip, flags, nat, um, cfm, rsc; in restore_sigcontext() local
55 err |= __get_user(cfm, &sc->sc_cfm); in restore_sigcontext()
69 scr->pt.cr_ifs = cfm | (1UL << 63); in restore_sigcontext()
167 unsigned long flags = 0, ifs, cfm, nat; in setup_sigcontext() local
177 cfm = ifs & ((1UL << 38) - 1); in setup_sigcontext()
189 err |= __put_user(cfm, &sc->sc_cfm); in setup_sigcontext()
H A Dprocess.c426 unsigned long mask, sp, nat_bits = 0, ar_rnat, urbs_end, cfm; in do_copy_task_regs() local
441 urbs_end = ia64_get_user_rbs_end(task, pt, &cfm); in do_copy_task_regs()
475 dst[43] = cfm; in do_copy_task_regs()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp243 const auto* cfm = std::get_if<double>(&cfmVariant); in setupMatches() local
244 if (cfm != nullptr && *cfm >= minSystemCfm) in setupMatches()
246 maxRpm = self->getMaxRpm(*cfm); in setupMatches()
691 double cfm = getTotalCFM(); in calculate() local
692 if (cfm <= 0) in calculate()
703 if (cfm < (qMin * cfmLimitFactor)) in calculate()
708 std::cerr << "cfm " << cfm << " is too low, expected qMin " << qMin in calculate()
747 if (cfm <= qMin) in calculate()
751 else if (cfm >= qMax) in calculate()
758 (qMax - qMin) * (cfm - qMin)); in calculate()
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dlm90.rst222 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
232 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
242 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
252 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
274 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
284 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
294 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
306 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
318 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
328 http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
H A Dlm92.rst28 Datasheet: http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3074
/openbmc/linux/drivers/net/fddi/skfp/
H A DMakefile8 skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \
H A Dsmtinit.c108 cfm(smc,0) ; /* CFM state machine */ in init_smt()
H A Dqueue.c79 cfm(smc,(int)ev->event) ; in ev_dispatcher()
H A Dcfm.c203 void cfm(struct s_smc *smc, int event) in cfm() function
/openbmc/linux/arch/ia64/include/asm/
H A Dkprobes.h73 unsigned long cfm; member
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace.h212 unsigned long cfm; member
/openbmc/linux/net/bluetooth/
H A Dsmp.c1487 struct smp_cmd_pairing_confirm cfm; in sc_passkey_send_confirm() local
1496 cfm.confirm_val)) in sc_passkey_send_confirm()
1499 smp_send_cmd(conn, SMP_CMD_PAIRING_CONFIRM, sizeof(cfm), &cfm); in sc_passkey_send_confirm()
1509 u8 cfm[16], r; in sc_passkey_round() local
1521 smp->rrnd, r, cfm)) in sc_passkey_round()
1524 if (crypto_memneq(smp->pcnf, cfm, 16)) in sc_passkey_round()
2179 u8 cfm[16]; in smp_cmd_pairing_random() local
2182 smp->rrnd, 0, cfm); in smp_cmd_pairing_random()
2186 if (crypto_memneq(smp->pcnf, cfm, 16)) in smp_cmd_pairing_random()
2750 struct smp_cmd_pairing_confirm cfm; in smp_cmd_public_key() local
[all …]
/openbmc/intel-ipmi-oem/include/
H A Doemcommands.hpp371 cfm = 0x4 enumerator
/openbmc/linux/net/sched/
H A Dcls_flower.c76 struct flow_dissector_key_cfm cfm; member
1716 key->cfm.mdl_ver = FIELD_PREP(FLOW_DIS_CFM_MDL_MASK, level); in fl_set_key_cfm_md_level()
1717 mask->cfm.mdl_ver = FLOW_DIS_CFM_MDL_MASK; in fl_set_key_cfm_md_level()
1725 fl_set_key_val(tb, &key->cfm.opcode, TCA_FLOWER_KEY_CFM_OPCODE, in fl_set_key_cfm_opcode()
1726 &mask->cfm.opcode, TCA_FLOWER_UNSPEC, in fl_set_key_cfm_opcode()
1727 sizeof(key->cfm.opcode)); in fl_set_key_cfm_opcode()
2101 FLOW_DISSECTOR_KEY_CFM, cfm); in fl_init_dissector()
3485 if (fl_dump_key_cfm(skb, &key->cfm, &mask->cfm)) in fl_dump_key()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2065 else if (command == static_cast<uint8_t>(setFscParamFlags::cfm)) in ipmiOEMSetFscParameter()
2067 uint16_t cfm = param1 | (static_cast<uint16_t>(param2) << 8); in ipmiOEMSetFscParameter() local
2070 if (cfm < 50 && cfm != disableLimiting) in ipmiOEMSetFscParameter()
2079 static_cast<double>(cfm)); in ipmiOEMSetFscParameter()
2241 else if (command == static_cast<uint8_t>(setFscParamFlags::cfm)) in ipmiOEMGetFscParameter()
/openbmc/linux/drivers/net/can/rcar/
H A Drcar_canfd.c870 u16 cftml, cfm, cfdc, cfpls; in rcar_canfd_configure_tx() local
873 cfm = 1; /* b01 - Transmit mode */ in rcar_canfd_configure_tx()
880 cfg = (RCANFD_CFCC_CFTML(gpriv, cftml) | RCANFD_CFCC_CFM(gpriv, cfm) | in rcar_canfd_configure_tx()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h502 void cfm(struct s_smc *smc, int event);
/openbmc/qemu/docs/devel/
H A Dreplay.rst34 * `Don't panic: reverse debugging of kernel drivers <https://dl.acm.org/citation.cfm?id=2786805.280…
/openbmc/linux/Documentation/RCU/
H A DRTFP.txt234 http://portal.acm.org/citation.cfm?id=320619&dl=GUIDE,
2114 http://portal.acm.org/citation.cfm?doid=1400097.1400099
2483 http://portal.acm.org/citation.cfm?id=1842733.1842750
2627 ,url = {http://dl.acm.org/citation.cfm?id=2075416.2075425}
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2635 cfm.c: 16482
/openbmc/
Dopengrok1.0.log[all...]

12