Home
last modified time | relevance | path

Searched refs:DFS (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A DKconfig97 bool "Atheros DFS support for certified platforms"
101 This option enables DFS support for initiating radiation on
102 ath9k. There is no way to dynamically detect if a card was DFS
110 This is currently only a placeholder for future DFS support,
111 as DFS support requires more components that still need to be
H A Dchannel.c91 ath_dbg(common, DFS, "DFS enabled at freq %d\n", in ath_set_channel()
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst46 - Igor Mammedov (DFS support)
50 - Aurelien Aptel (for DFS SMB3 work and some key bug fixes)
54 - Paulo Alcantara (for some excellent work in DFS, and in booting from SMB3)
H A Dusage.rst9 features such as hierarchical DFS like namespace, hardlinks, locking and more.
612 Disable DFS (global name space support) even if the
614 a problem with parsing of DFS paths with Samba server
786 dfscache List the content of the DFS cache.
829 DFS support allows transparent redirection to shares in an MS-DFS name space.
830 In addition, DFS support for target shares which are specified as UNC
835 many NAS appliances support DFS as a way of constructing a global name
838 To use cifs Kerberos and DFS support, the Linux keyutils package should be
/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c220 ath_dbg(dpd->common, DFS, in channel_detector_create()
297 ath_dbg(dpd->common, DFS, in dpd_add_pulse()
368 ath_dbg(common, DFS,"Could not set DFS domain to %d", region); in dfs_pattern_detector_init()
/linux/drivers/net/wireless/ath/ath10k/
H A DKconfig93 bool "Atheros DFS support for certified platforms"
97 This option enables DFS support for initiating radiation on
/linux/fs/smb/client/
H A DKconfig43 for DFS (hierarchical name space), secure per-user session
151 bool "DFS feature support"
154 Distributed File System (DFS) support is used to access shares
161 DFS junction points. If unsure, say Y.
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dbrcm,stb-avs-cpu-freq.txt16 firmware. On some SoCs, this firmware supports DFS and DVFS in addition to
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h204 #define DFS 0x20 /* mod: dma fifo size */ macro
H A Dsym_hipd.c839 np->rv_ctest5 |= DFS; /* Dma Fifo Size */
2439 if (dfifo & (DFS << 16))
/linux/drivers/cpufreq/
H A DKconfig.arm84 Say Y, if you have a Broadcom SoC with AVS support for DFS or DVFS.
/linux/drivers/scsi/
H A Dncr53c8xx.h727 #define DFS 0x20 /* mod: dma fifo size */ macro
H A Dncr53c8xx.c3835 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ in ncr_prepare_setting()
6099 ctest5 = (np->rv_ctest5 & DFS) ? INB (nc_ctest5) : 0; in ncr_int_ma()
6100 if (ctest5 & DFS) in ncr_int_ma()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c865 CHECK_AND_PRINT(DFS), eeprom_ch->flags, in il_mod_ht40_chan_info()
971 CHECK_AND_PRINT_I(DFS), in il_init_channel_map()
/linux/
H A DMAINTAINERS6282 R: Paulo Alcantara <pc@manguebit.org> (DFS, global name space)