Searched refs:bypass (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-jtag.c93 jtgc.s.bypass = 0x3;
95 jtgc.s.bypass = 0x7;
97 jtgc.s.bypass = 0xf;
128 jtgc.s.bypass = 1<<qlm;
185 jtgc.s.bypass = 1<<qlm;
216 jtgc.s.bypass = 1<<qlm;
H A Dcvmx-asxx-defs.h639 uint64_t bypass : 1; /**< When set, the rld_dll setting is bypassed with member in struct:cvmx_asxx_rld_bypass::cvmx_asxx_rld_bypass_s
642 uint64_t bypass : 1;
664 uint64_t setting : 5; /**< The rld_dll setting bypass value */
1177 uint64_t bypass : 1; /**< Compensation bypass */ member in struct:cvmx_asxx_tx_comp_byp::cvmx_asxx_tx_comp_byp_cn30xx
1183 uint64_t bypass : 1;
1203 uint64_t bypass : 1; /**< Compensation bypass */ member in struct:cvmx_asxx_tx_comp_byp::cvmx_asxx_tx_comp_byp_cn50xx
1213 uint64_t bypass : 1;
H A Dcvmx-ciu-defs.h10177 uint64_t g2bypass : 1; /**< QLM0 PCIE Gen2 tx bypass enable */
10179 uint64_t g2deemph : 5; /**< QLM0 PCIE Gen2 tx bypass de-emphasis value */
10181 uint64_t g2margin : 5; /**< QLM0 PCIE Gen2 tx bypass margin (amplitude) value */
10183 uint64_t txbypass : 1; /**< QLM0 transmitter bypass enable */
10185 uint64_t txdeemph : 5; /**< QLM0 transmitter bypass de-emphasis value */
10187 uint64_t txmargin : 5; /**< QLM0 transmitter bypass margin (amplitude) value */
10211 uint64_t txbypass : 1; /**< QLM0 transmitter bypass enable */
10213 uint64_t txdeemph : 4; /**< QLM0 transmitter bypass de-emphasis value */
10215 uint64_t txmargin : 5; /**< QLM0 transmitter bypass margin (amplitude) value */
10233 uint64_t txbypass : 1; /**< QLMx transmitter bypass enabl
10557 uint64_t bypass : 4; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_s
10579 uint64_t bypass : 2; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_cn52xx
10600 uint64_t bypass : 4; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_cn56xx
10621 uint64_t bypass : 3; /**< Selects which QLM JTAG shift chains are bypassed member in struct:cvmx_ciu_qlm_jtgc::cvmx_ciu_qlm_jtgc_cn61xx
[all...]
H A Dcvmx-lmcx-defs.h1584 uint64_t ptune : 4; /**< PCTL impedance control in bypass mode */
1585 uint64_t ntune : 4; /**< NCTL impedance control in bypass mode */
5444 uint64_t comp_bypass : 1; /**< Compensation bypass. */
6393 uint64_t bypass : 1; /**< PLL Bypass */ member in struct:cvmx_lmcx_pll_ctl::cvmx_lmcx_pll_ctl_s
6424 uint64_t bypass : 1;
/freebsd-11-stable/sys/geom/sched/
H A Dgs_delay.c79 int bypass; /* bypass scheduling */ member in struct:g_delay_params
85 .bypass = 0,
95 SYSCTL_INT(_kern_geom_sched_delay, OID_AUTO, bypass, CTLFLAG_RD,
96 &me.bypass, 0, "Scheduler bypass");
167 if (me.bypass)
168 return (-1); /* bypass the scheduler */
H A Dgs_rr.c164 int bypass; /* bypass scheduling writes */ member in struct:g_rr_params
211 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, bypass, CTLFLAG_RW,
212 &me.bypass, 0, "Bypass scheduler");
405 if (me.bypass == 0 && !force) {
533 if (me.bypass)
534 return (-1); /* bypass the scheduler */
H A Dg_sched.c833 goto bypass;
847 goto bypass;
871 bypass:
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl124 # - Note that due to the bypass/forwarding-path, the first two
156 # - We use a branch to out-of-line bypass-code of cycle-pressure:
158 # bypass path, and activate the bypass path ALL IN THE SAME
160 # the bypass with a simple conditional move instruction.
161 # Fortunately, the bypass paths get activated relatively
215 local *bypass = shift;
302 &P(\$bypass, ".rc4Bypass%u:", $label);
303 &I(\$bypass, "sub J = J, SI[%u]", $i0 % $NSI);
304 &I(\$bypass, "no
[all...]
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c598 uint8_t acct = 0, bypass = 0, flags = 0, upper_proto = 0; local
616 bypass = 1;
620 bypass = 1;
625 if ((!bypass) && (iface->info.conf &
632 bypass = 1;
640 if (bypass) {
683 goto bypass; \
746 goto bypass; /* pass this frame */
767 goto bypass;
776 goto bypass;
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_bypass.c41 * Mutex support for the bypass feature. Using a dual lock
48 while (atomic_cmpset_int(&adapter->bypass.low, 0, 1) == 0)
50 while (atomic_cmpset_int(&adapter->bypass.high, 0, 1) == 0)
61 while (atomic_cmpset_int(&adapter->bypass.high, 1, 0) == 0)
63 while (atomic_cmpset_int(&adapter->bypass.low, 1, 0) == 0)
76 while (atomic_cmpset_int(&adapter->bypass.high, 0, 1) == 0)
87 while (atomic_cmpset_int(&adapter->bypass.high, 1, 0) == 0)
556 * ixgbe_bp_log - Display the bypass log
577 while (atomic_cmpset_int(&adapter->bypass.log, 0, 1) == 0)
658 char *action_str[] = {"ignore", "normal", "bypass", "isolat
[all...]
H A Dixgbe.h512 struct ixgbe_bp_data bypass; member in struct:adapter
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.h175 bool bypass; /**< Indicates if frequency compensation is bypassed */ member in struct:t_FmRtcDriverParam
H A Dfm_rtc.c59 p_Rtc->p_RtcDriverParam->bypass = DEFAULT_bypass;
281 if (!p_RtcDriverParam->timerSlaveMode && p_Rtc->p_RtcDriverParam->bypass)
308 if (!p_RtcDriverParam->timerSlaveMode && p_Rtc->p_RtcDriverParam->bypass)
412 p_Rtc->p_RtcDriverParam->bypass = enabled;
/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.c558 goto bypass; \
568 goto bypass;
638 goto bypass;
649 goto bypass;
667 bypass:
H A Dng_patch.c568 goto bypass; \
631 bypass:
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c853 int bypass, oplen, ivsize; local
1073 bypass = maccrd->crd_skip;
1100 printf("bypass %d coffset %d oplen %d\n",
1101 bypass, coffset, oplen);
1122 * the bypass to the start of data to be encrypted.
1126 * immediately after the bypass data.
1136 bypass = enccrd->crd_skip;
1137 oplen = bypass + enccrd->crd_len;
1139 bypass = maccrd->crd_skip;
1140 oplen = bypass
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c390 /* output and input insns of given bypass. */
393 /* The next bypass for given output insn. */
504 struct bypass_decl bypass;
901 &(_decl)->decl.bypass; }))
1081 #define DECL_BYPASS(d) (&(d)->decl.bypass)
2374 /* The function searches for bypass with given IN_INSN_RESERV in given
2380 struct bypass_decl *bypass;
2382 for (bypass = bypass_list; bypass != NULL; bypass
500 struct bypass_decl bypass; member in union:decl::__anon1323
2371 struct bypass_decl *bypass; local
2389 struct bypass_decl *bypass; local
8121 struct bypass_decl *bypass; local
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c93 /* Enable Secy and Let EAPoL bypass */
105 rx_ctl_filt.bypass = 1;
114 tx_ctl_filt.bypass = 1;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h354 struct t3_bypass_wr bypass; member in union:t3_wr
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2033 /* nb memory controller bypass saturation */
2035 __K8MASK(memory-controller-hi-pri-bypass, 0),
2036 __K8MASK(memory-controller-lo-pri-bypass, 1),
2037 __K8MASK(dram-controller-interface-bypass, 2),
2038 __K8MASK(dram-controller-queue-bypass, 3),
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h362 unsigned int bypass:1; /* this is a bypass card */ member in struct:adapter_params
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h762 uint32_t bypass; member in struct:al_ec_gen_v3
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c10960 rtx second, bypass;
10975 tmp, &second, &bypass);
10991 if (bypass)
10996 if (bypass != NULL_RTX)
11002 bypass,
11058 int bypass = 0;
11064 bypass = 1;
11070 if (bypass)
10935 rtx second, bypass; local
11033 int bypass = 0; local
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c111 If insist on not using any of these, bypass this error by defining \

Completed in 610 milliseconds