Searched refs:configured (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/dev/ips/
H A Dips_pci.c162 sc->configured = 1;
175 sc->configured = 0;
186 if (sc->configured) {
187 sc->configured = 0;
200 if (sc->configured) {
H A Dips.h119 int configured; member in struct:ips_softc
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-ring.c262 xge_assert(queue->configured);
279 /* how many RxDs can fit into one block. Depends on configured
496 if (!hldev->config.ring.queue[i].configured)
503 xge_debug_ring(XGE_TRACE, "Rings priority configured to 0x"XGE_OS_LLXFMT,
509 if (!hldev->config.ring.queue[i].configured)
515 xge_debug_ring(XGE_TRACE, "DRAM configured to 0x"XGE_OS_LLXFMT,
532 if (!hldev->config.ring.queue[i].configured)
540 xge_debug_ring(XGE_TRACE, "QoS steering configured to 0x"XGE_OS_LLXFMT,
549 * All configured rings will be properly set at device open time
552 if (hldev->config.ring.queue[i].configured)
[all...]
H A Dxgehal-config.c403 if (!new_config->queue[i].configured)
441 if (!new_config->queue[i].configured)
H A Dxgehal-fifo.c374 /* Note: WRR calendar must be configured before the transmit
397 /* configure only configured FIFOs */
403 if (hldev->config.fifo.queue[i].configured) {
412 * or force for first one if configured number
465 if (!hldev->config.fifo.queue[i].configured ||
H A Dxgehal-device.c416 xge_debug_device(XGE_TRACE, "%s", "shared splits configured");
457 "mac_cfg 0x"XGE_OS_LLXFMT": frame padding configured",
533 xge_debug_device(XGE_TRACE, "%s", "pause frames configured");
913 if (!hldev->config.ring.queue[i].configured)
1027 xge_debug_device(XGE_TRACE, "TTI[%d] configured: tti_data1_mem 0x"
1051 if (!hldev->config.fifo.queue[i].configured)
1122 if (!hldev->config.ring.queue[i].configured)
1187 "RTI[%d] configured: rti_data1_mem 0x"XGE_OS_LLXFMT,
1346 xge_debug_device(XGE_TRACE, "%s", "XAUI interface configured");
1368 "bandwidth link utilization configured");
[all...]
H A Dxgehal-mgmtaux.c1554 if (!ring->configured)
1634 if (!fifo->configured)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh228 echo ... removing partially configured ${target}
260 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig169 f_show_err "Wireless cannot be configured without %s" \
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec17 and can be (re-)configured without rebuilding.
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h212 * @configured: Boolean. Use 1 to specify that the fifo is configured.
213 * Only "configured" fifos can be activated and used to post
215 * "configured".
248 int configured; member in struct:xge_hal_fifo_queue_t
357 * @configured: Boolean. Use 1 to specify that the ring is configured.
358 * Only "configured" rings can be activated and used to post
360 * "configured".
417 int configured; member in struct:xge_hal_ring_queue_t
[all...]
/freebsd-11-stable/contrib/ntp/
H A DMakefile.am106 configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
144 echo "This directory was configured for `cat .buildcvo`"; \
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd101 echo Also, unbound-control must be configured.
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dvlan_full.c470 if (vlan->configured ||
478 vlan->configured = 1;
583 if (vlan->configured) {
H A Dap_config.h128 int configured; member in struct:hostapd_vlan
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser61 In order to function properly, sendmail must be configured to use these
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi87 When GCC is configured for a native configuration, the default action
92 results, which @samp{make compare} can check. Each stage is configured
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_bdg.c561 bool configured; member in struct:nm_bdg_polling_state
644 nm_prerr("polling is not configured");
761 bps->configured = false;
774 bps->configured = true;
804 bps->configured = false;
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk46 # ncurses configured with
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
/freebsd-11-stable/sys/dev/ciss/
H A Dcissreg.h698 u_int16_t usExtLogicalUnitCount; /* Big num configured logical units */
763 u_int8_t configured:1; member in struct:ciss_bmic_id_pdrive
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c375 * is configured in properly. Currently my approach to this is to write
448 device_printf(device, "board is configured for interrupt %d\n",
676 int configured; local
684 configured = sc->psa[WLPSA_CONFIGURED] & 1;
697 if (!configured) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore.h539 u32 default_min_speed; /* When wfq feature is not configured */
540 u32 min_speed; /* when feature is configured for any 1 vport */
541 bool configured; member in struct:ecore_wfq_data
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c149 dconfig->fifo.queue[qindex].configured = 1;
197 dconfig->ring.queue[qindex].configured = 1;
/freebsd-11-stable/stand/lua/
H A Dconfig.lua55 local MSG_MODLOADING = "Loading configured modules..."

Completed in 284 milliseconds

12