Searched refs:cfm (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_flower_cfm.sh | 60 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 …]
|
| /linux/arch/loongarch/include/asm/ |
| H A D | time.h | 22 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()
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | Makefile | 8 skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \
|
| H A D | smtinit.c | 108 cfm(smc,0) ; /* CFM state machine */ in init_smt()
|
| H A D | queue.c | 79 cfm(smc,(int)ev->event) ; in ev_dispatcher()
|
| H A D | cfm.c | 203 void cfm(struct s_smc *smc, int event) in cfm() function
|
| /linux/net/bluetooth/ |
| H A D | smp.c | 1453 struct smp_cmd_pairing_confirm cfm; in sc_passkey_send_confirm() local 1462 cfm.confirm_val)) in sc_passkey_send_confirm() 1465 smp_send_cmd(conn, SMP_CMD_PAIRING_CONFIRM, sizeof(cfm), &cfm); in sc_passkey_send_confirm() 1475 u8 cfm[16], r; in sc_passkey_round() local 1486 if (smp_f4(smp->remote_pk, smp->local_pk, smp->rrnd, r, cfm)) in sc_passkey_round() 1489 if (crypto_memneq(smp->pcnf, cfm, 16)) in sc_passkey_round() 2148 u8 cfm[16]; in smp_cmd_pairing_random() local 2150 err = smp_f4(smp->remote_pk, smp->local_pk, smp->rrnd, 0, cfm); in smp_cmd_pairing_random() 2154 if (crypto_memneq(smp->pcnf, cfm, 16)) in smp_cmd_pairing_random() 2706 struct smp_cmd_pairing_confirm cfm; in smp_cmd_public_key() local [all …]
|
| /linux/drivers/net/can/rcar/ |
| H A D | rcar_canfd.c | 224 #define RCANFD_CFCC_CFM(gpriv, x) (((x) & 0x3) << (gpriv)->info->sh->cfm) 426 u8 cfm; /* Common FIFO Mode */ member 590 .cfm = 16, 601 .cfm = 8, 965 u16 cftml, cfm, cfdc, cfpls; in rcar_canfd_configure_tx() local 968 cfm = 1; /* b01 - Transmit mode */ in rcar_canfd_configure_tx() 975 cfg = (RCANFD_CFCC_CFTML(gpriv, cftml) | RCANFD_CFCC_CFM(gpriv, cfm) | in rcar_canfd_configure_tx()
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 83 struct flow_dissector_key_cfm cfm; 1830 key->cfm.mdl_ver = FIELD_PREP(FLOW_DIS_CFM_MDL_MASK, level); in fl_set_key_cfm_md_level() 1831 mask->cfm.mdl_ver = FLOW_DIS_CFM_MDL_MASK; in fl_set_key_cfm_md_level() 1839 fl_set_key_val(tb, &key->cfm.opcode, TCA_FLOWER_KEY_CFM_OPCODE, in fl_set_key_cfm_opcode() 1840 &mask->cfm.opcode, TCA_FLOWER_UNSPEC, in fl_set_key_cfm_opcode() 1841 sizeof(key->cfm.opcode)); in fl_set_key_cfm_opcode() 2225 FLOW_DISSECTOR_KEY_CFM, cfm); in fl_init_dissector() 3671 if (fl_dump_key_cfm(skb, &key->cfm, &mask->cfm)) in fl_dump_key() 87 struct flow_dissector_key_cfm cfm; global() member
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | cmtdef.h | 502 void cfm(struct s_smc *smc, int event);
|