Home
last modified time | relevance | path

Searched refs:dfs (Results 1 - 25 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c143 mode, dfs->rootdir, \
145 dfs->file_##name.dentry = d; \
148 dfs->file_##name.dentry = NULL; \
155 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_init() local
157 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init()
159 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init()
161 dfs->rootdir = NULL; in wcn36xx_debugfs_init()
170 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_exit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c180 mode, dfs->rootdir, \
182 dfs->file_##name.dentry = d; \
185 dfs->file_##name.dentry = NULL; \
192 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_init() local
194 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init()
196 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init()
198 dfs->rootdir = NULL; in wcn36xx_debugfs_init()
209 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_exit() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_buddy.c338 LIST_HEAD(dfs); in alloc_range_bias()
345 list_add_tail(&mm->roots[i]->tmp_link, &dfs); in alloc_range_bias()
351 block = list_first_entry_or_null(&dfs, in alloc_range_bias()
397 list_add(&block->right->tmp_link, &dfs); in alloc_range_bias()
398 list_add(&block->left->tmp_link, &dfs); in alloc_range_bias()
491 struct list_head *dfs, in __alloc_range()
507 block = list_first_entry_or_null(dfs, in __alloc_range()
544 list_add(&block->right->tmp_link, dfs); in __alloc_range()
545 list_add(&block->left->tmp_link, dfs); in __alloc_range()
573 LIST_HEAD(dfs); in __drm_buddy_alloc_range()
490 __alloc_range(struct drm_buddy *mm, struct list_head *dfs, u64 start, u64 size, struct list_head *blocks) __alloc_range() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Drevo.c41 unsigned char old, tmp, dfs; in revo_set_rate_val() local
49 dfs = 2; in revo_set_rate_val()
51 dfs = 1; in revo_set_rate_val()
53 dfs = 0; in revo_set_rate_val()
64 if (old == dfs) in revo_set_rate_val()
71 tmp |= dfs << shift; in revo_set_rate_val()
312 int dfs; in ap192_set_rate_val() local
320 dfs = 2; in ap192_set_rate_val()
322 dfs = 1; in ap192_set_rate_val()
324 dfs in ap192_set_rate_val()
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Drevo.c41 unsigned char old, tmp, dfs; in revo_set_rate_val() local
49 dfs = 2; in revo_set_rate_val()
51 dfs = 1; in revo_set_rate_val()
53 dfs = 0; in revo_set_rate_val()
64 if (old == dfs) in revo_set_rate_val()
71 tmp |= dfs << shift; in revo_set_rate_val()
312 int dfs; in ap192_set_rate_val() local
320 dfs = 2; in ap192_set_rate_val()
322 dfs = 1; in ap192_set_rate_val()
324 dfs in ap192_set_rate_val()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1638 struct ch_filter_specification *dfs) in cxgb4_fill_filter_rule()
1640 switch (dfs->val.proto) { in cxgb4_fill_filter_rule()
1642 if (dfs->type) in cxgb4_fill_filter_rule()
1648 if (dfs->type) in cxgb4_fill_filter_rule()
1655 if (dfs->type) { in cxgb4_fill_filter_rule()
1656 fs->h_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule()
1657 fs->m_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule()
1658 fs->h_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->val.lport); in cxgb4_fill_filter_rule()
1659 fs->m_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->mask.lport); in cxgb4_fill_filter_rule()
1660 memcpy(&fs->h_u.tcp_ip6_spec.ip6src, &dfs in cxgb4_fill_filter_rule()
1637 cxgb4_fill_filter_rule(struct ethtool_rx_flow_spec *fs, struct ch_filter_specification *dfs) cxgb4_fill_filter_rule() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1646 struct ch_filter_specification *dfs) in cxgb4_fill_filter_rule()
1648 switch (dfs->val.proto) { in cxgb4_fill_filter_rule()
1650 if (dfs->type) in cxgb4_fill_filter_rule()
1656 if (dfs->type) in cxgb4_fill_filter_rule()
1663 if (dfs->type) { in cxgb4_fill_filter_rule()
1664 fs->h_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule()
1665 fs->m_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule()
1666 fs->h_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->val.lport); in cxgb4_fill_filter_rule()
1667 fs->m_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->mask.lport); in cxgb4_fill_filter_rule()
1668 memcpy(&fs->h_u.tcp_ip6_spec.ip6src, &dfs in cxgb4_fill_filter_rule()
1645 cxgb4_fill_filter_rule(struct ethtool_rx_flow_spec *fs, struct ch_filter_specification *dfs) cxgb4_fill_filter_rule() argument
[all...]
/kernel/linux/linux-5.10/include/math-emu/
H A Dop-1.h288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \
291 if (_FP_WFRACBITS_##sfs > _FP_WFRACBITS_##dfs) \
294 _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \
297 _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \
300 D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \
H A Dop-4.h615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \
618 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
621 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \
628 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
631 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \
681 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \
689 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs
[all...]
H A Dop-2.h588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \
591 _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
594 _FP_FRAC_SRL_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \
602 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_buddy.c347 LIST_HEAD(dfs); in i915_buddy_alloc_range()
362 list_add_tail(&mm->roots[i]->tmp_link, &dfs); in i915_buddy_alloc_range()
370 block = list_first_entry_or_null(&dfs, in i915_buddy_alloc_range()
406 list_add(&block->right->tmp_link, &dfs); in i915_buddy_alloc_range()
407 list_add(&block->left->tmp_link, &dfs); in i915_buddy_alloc_range()
H A Di915_scheduler.c242 LIST_HEAD(dfs); in __i915_schedule()
252 list_add(&stack.dfs_link, &dfs); in __i915_schedule()
272 list_for_each_entry(dep, &dfs, dfs_link) { in __i915_schedule()
292 list_move_tail(&p->dfs_link, &dfs); in __i915_schedule()
318 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) { in __i915_schedule()
/kernel/linux/linux-6.6/include/math-emu/
H A Dop-1.h288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \
291 if (_FP_WFRACBITS_##sfs > _FP_WFRACBITS_##dfs) \
294 _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \
297 _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \
300 D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \
H A Dop-4.h615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \
618 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
621 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \
628 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
631 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \
681 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \
689 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs
[all...]
H A Dop-2.h588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \
591 _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
594 _FP_FRAC_SRL_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \
602 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c186 tls->debugfs.dfs = debugfs_create_dir("tls", dfs_root); in mlx5e_tls_debugfs_init()
215 debugfs_remove_recursive(tls->debugfs.dfs); in mlx5e_ktls_cleanup()
216 tls->debugfs.dfs = NULL; in mlx5e_ktls_cleanup()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A Dscan.c17 cmd->dfs = cmd_channels->dfs; in wl18xx_adjust_channels()
115 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_send()
258 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_sched_scan_config()
H A Dscan.h60 u8 dfs; /* number of dfs channels in 5ghz */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H A Dscan.c17 cmd->dfs = cmd_channels->dfs; in wl18xx_adjust_channels()
115 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_send()
258 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_sched_scan_config()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py304 dfs = {}
323 dfs[f] = out.strip()
325 dfs[f] = DebugfsDir(p)
330 log("DebugFS state", dfs)
333 return dfs
451 self.dfs = DebugfsDir(self.dfs_dir)
452 return self.dfs
839 sim.dfs["bpf_tc_non_bound_accept"] = "Y"
860 sim.dfs["bpf_tc_non_bound_accept"] = "N"
916 sim.dfs["de
929 dfs = simdev.dfs_get_bound_progs(expected=1) global() variable
1062 dfs = simdev.dfs_get_bound_progs(expected=1) global() variable
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py304 dfs = {}
323 dfs[f] = out.strip()
325 dfs[f] = DebugfsDir(p)
330 log("DebugFS state", dfs)
333 return dfs
451 self.dfs = DebugfsDir(self.dfs_dir)
452 return self.dfs
841 sim.dfs["bpf_tc_non_bound_accept"] = "Y"
862 sim.dfs["bpf_tc_non_bound_accept"] = "N"
918 sim.dfs["de
931 dfs = simdev.dfs_get_bound_progs(expected=1) global() variable
1064 dfs = simdev.dfs_get_bound_progs(expected=1) global() variable
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_scheduler.c163 LIST_HEAD(dfs); in __i915_schedule()
173 list_add(&stack.dfs_link, &dfs); in __i915_schedule()
193 list_for_each_entry(dep, &dfs, dfs_link) { in __i915_schedule()
213 list_move_tail(&p->dfs_link, &dfs); in __i915_schedule()
239 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) { in __i915_schedule()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dscan.c289 cfg->dfs = in wlcore_set_scan_chan_params()
309 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params()
324 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params()
327 cfg->passive[1] || cfg->active[1] || cfg->dfs || in wlcore_set_scan_chan_params()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dscan.c287 cfg->dfs = in wlcore_set_scan_chan_params()
307 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params()
322 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params()
325 cfg->passive[1] || cfg->active[1] || cfg->dfs || in wlcore_set_scan_chan_params()
/kernel/linux/linux-6.6/fs/smb/client/
H A DMakefile25 cifs-$(CONFIG_CIFS_DFS_UPCALL) += dfs_cache.o dfs.o

Completed in 23 milliseconds

123