Searched refs:enable (Results 376 - 400 of 642) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c628 t_Error FM_PCD_SetPlcrStatistics(t_Handle h_FmPcd, bool enable) argument
641 if(enable)
650 t_Error FM_PCD_ConfigPlcrAutoRefreshMode(t_Handle h_FmPcd, bool enable) argument
661 p_FmPcd->p_FmPcdDriverParam->plcrAutoRefresh = enable;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_sysctl.c763 int error, enable; local
765 enable = (sc->sc_alq.sc_alq_isactive);
767 error = sysctl_handle_int(oidp, &enable, 0, req);
770 else if (enable)
795 "enable", CTLTYPE_INT | CTLFLAG_RW, sc, 0,
843 ath_sysctl_softled, "I", "enable/disable software LED support");
856 ath_sysctl_hardled, "I", "enable/disable hardware LED support");
888 ath_sysctl_tpc, "I", "enable/disable per-packet TPC");
902 ath_sysctl_rfkill, "I", "enable/disable RF kill switch");
991 ath_sysctl_setcca, "I", "enable CC
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1756 /* Special case: disable/enable all PSM */
1757 if (ip->enable)
1768 if (ip->enable)
1775 if (ip->enable)
1782 if (ip->enable)
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h39 #define MWL_MBSS_SUPPORT /* enable multi-bss support */
270 * GIType = 0: enable long and short GI
271 * GIType = 1: enable short GI
272 * GIType = 2: enable long GI
646 * Set MIMO Power Save handling for a station; the enable and mode
650 uint8_t enable, uint8_t mode);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c62 /* Feature enable */
195 /* Prepare PF RL enable/disable runtime init values */
221 /* Prepare PF WFQ enable/disable runtime init values */
232 /* Prepare VPORT RL enable/disable runtime init values */
249 /* Prepare VPORT WFQ enable/disable runtime init values */
1037 /* Configure and enable global MAC+LB RL */
1055 /* Configure and enable global LB-only RL */
1076 /* Configure and enable TC RL */
1279 #define SET_TUNNEL_TYPE_ENABLE_BIT(var,offset,enable) var = ((var) & ~(1 << (offset))) | ( (enable)
1415 ecore_set_vxlan_no_l2_enable(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, bool enable) argument
[all...]
/freebsd-11-stable/sys/dev/hptnr/
H A Dldm.h225 void ldm_set_autorebuild(PVBUS vbus, int enable);
/freebsd-11-stable/sys/dev/hptrr/
H A Dldm.h225 void ldm_set_autorebuild(PVBUS vbus, int enable);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dldm.h225 void ldm_set_autorebuild(PVBUS vbus, int enable);
/freebsd-11-stable/sys/arm/versatile/
H A Dpl050.c571 .enable = &kmi_enable,
664 /* Setup and enable the timer */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp290 bool RegisterContext::HardwareSingleStep(bool enable) { return false; } argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h137 void enable() { function in class:scudo::SizeClassAllocator64
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c807 *is_enable = MLX5_GET(query_cong_status_out, out, enable);
812 int priority, int enable)
821 MLX5_SET(modify_cong_status_in, in, enable, enable);
811 mlx5_modify_port_cong_status(struct mlx5_core_dev *mdev, int protocol, int priority, int enable) argument
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_9 # To install; enable statistics and unbound-control in unbound.conf
13 # remote-control: control-enable: yes
80 the plugins directory to enable the graph.
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c716 * t3_seeprom_wp - enable/disable EEPROM write protection
718 * @enable: 1 to enable write protection, 0 to disable it
722 int t3_seeprom_wp(adapter_t *adapter, int enable) argument
724 return t3_seeprom_write(adapter, EEPROM_STAT_ADDR, enable ? 0xc : 0);
928 SF_WR_ENABLE = 6, /* enable writes */
1668 * enable/disable auto-negotiation as desired, and reset.
1713 * @on: enable (1) or disable (0) HW VLAN extraction
2312 * t3_intr_enable - enable interrupts
2315 * Enable interrupts by setting the interrupt enable register
2719 t3_sge_enable_ecntxt(adapter_t *adapter, unsigned int id, int enable) argument
3026 t3_tp_set_offload_mode(adapter_t *adap, int enable) argument
3606 t3_config_trace_filter(adapter_t *adapter, const struct trace_params *tp, int filter_index, int invert, int enable) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
841 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
842 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
843 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
844 --enable-maintainer-mode enable make rules and dependencies not useful
846 --enable-multilib build many library versions (default)
848 --enable
[all...]
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec176 - enable SHA2 functionality
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-asxx-defs.h980 uint64_t prt_en : 4; /**< Port enable. Must be set for Octane to receive
992 uint64_t prt_en : 3; /**< Port enable. Must be set for Octane to receive
1022 uint64_t enable : 1; /**< Copy of PMCSR[8] - PME_enable */ member in struct:cvmx_asxx_rx_wol::cvmx_asxx_rx_wol_s
1024 uint64_t enable : 1;
1288 uint64_t prt_en : 4; /**< Port enable. Must be set for Octane to send
1300 uint64_t prt_en : 3; /**< Port enable. Must be set for Octane to send
H A Dcvmx-pcmx-defs.h852 uint64_t enable : 1; /**< If 1, PCM is enabled, otherwise pins are GPIOs | NS member in struct:cvmx_pcmx_tdm_cfg::cvmx_pcmx_tdm_cfg_s
859 uint64_t enable : 1;
H A Dcvmx-tim-defs.h566 * If enable bit is cleared the corresponding bit at TIM_INT0 will still be set.
573 uint64_t int0_en : 64; /**< Bit enable corresponding to TIM_INT0. */
707 uint64_t ena : 1; /**< Ring timer enable */
899 uint64_t enable : 1; /**< Ring timer enable member in struct:cvmx_tim_mem_ring1::cvmx_tim_mem_ring1_s
911 uint64_t enable : 1;
1200 uint64_t ena : 1; /**< Ring timer enable */
1260 enable time.
1281 enable time.
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c608 t_Error FM_PORT_SetIMExceptions(t_Handle h_FmPort, e_FmPortExceptions exception, bool enable) argument
621 if(enable)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c457 t_Error FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable) argument
464 p_Rtc->p_RtcDriverParam->pulseRealign = enable;
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.h856 #define CFDISC 0x0400 /* enable disconnection */
1418 void ahd_intr_enable(struct ahd_softc *ahd, int enable);
1424 int enable);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c84 ar5212EnableMibCounters(ah); /* enable everything */
151 const struct ar5212AniParams *params5, HAL_BOOL enable)
172 if (enable) { /* Enable ani now */
150 ar5212AniAttach(struct ath_hal *ah, const struct ar5212AniParams *params24, const struct ar5212AniParams *params5, HAL_BOOL enable) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c88 ar5212EnableMibCounters(ah); /* enable everything */
132 const struct ar5212AniParams *params5, HAL_BOOL enable)
149 if (enable) { /* Enable ani now */
131 ar5416AniAttach(struct ath_hal *ah, const struct ar5212AniParams *params24, const struct ar5212AniParams *params5, HAL_BOOL enable) argument
/freebsd-11-stable/tools/regression/iscsi/
H A Discsi-test.sh177 check iscsiadm modify discovery --sendtargets enable
178 check iscsiadm modify discovery --static enable

Completed in 216 milliseconds

<<11121314151617181920>>