Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-debug.h52 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument
55 #define IWL_ERR_DEV(d, f, a...) \ argument
60 #define IWL_ERR(m, f, a...) \ argument
62 #define IWL_WARN(m, f, a...) \ argument
67 #define IWL_INFO(m, f, a...) \ argument
72 #define IWL_CRIT(m, f, a...) \ argument
183 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument
184 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument
185 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument
186 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument
[all …]
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Ddebug.h37 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
38 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
39 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
40 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
43 # define DBG(f,x...) ((void)0) argument
44 # define MAL_DBG(d,f,x...) ((void)0) argument
45 # define ZMII_DBG(d,f,x...) ((void)0) argument
46 # define RGMII_DBG(d,f,x...) ((void)0) argument
49 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
50 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/Linux-v4.19/include/linux/ceph/
Dceph_frag.h27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits()
31 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value()
35 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask()
39 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift()
44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value()
49 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) in ceph_frag_make_child()
55 static inline bool ceph_frag_is_leftmost(__u32 f) in ceph_frag_is_leftmost()
59 static inline bool ceph_frag_is_rightmost(__u32 f) in ceph_frag_is_rightmost()
63 static inline __u32 ceph_frag_next(__u32 f) in ceph_frag_next()
/Linux-v4.19/arch/powerpc/kernel/
Ddt_cpu_ftrs.c155 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown()
192 static int __init feat_enable(struct dt_cpu_feature *f) in feat_enable()
225 static int __init feat_disable(struct dt_cpu_feature *f) in feat_disable()
230 static int __init feat_enable_hv(struct dt_cpu_feature *f) in feat_enable_hv()
250 static int __init feat_enable_le(struct dt_cpu_feature *f) in feat_enable_le()
256 static int __init feat_enable_smt(struct dt_cpu_feature *f) in feat_enable_smt()
263 static int __init feat_enable_idle_nap(struct dt_cpu_feature *f) in feat_enable_idle_nap()
277 static int __init feat_enable_align_dsisr(struct dt_cpu_feature *f) in feat_enable_align_dsisr()
284 static int __init feat_enable_idle_stop(struct dt_cpu_feature *f) in feat_enable_idle_stop()
298 static int __init feat_enable_mmu_hash(struct dt_cpu_feature *f) in feat_enable_mmu_hash()
[all …]
Dasm-offsets.c596 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f)) in main() argument
598 # define SVCPU_FIELD(x, f) in main() argument
600 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f)) in main() argument
602 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f)) in main() argument
603 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main() argument
771 #define STOP_SPR(x, f) OFFSET(x, paca_struct, stop_sprs.f) in main() argument
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
[all …]
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32_parse.h45 static inline int cxgb4_fill_ipv4_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv4_tos()
54 static inline int cxgb4_fill_ipv4_frag(struct ch_filter_specification *f, in cxgb4_fill_ipv4_frag()
76 static inline int cxgb4_fill_ipv4_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv4_proto()
85 static inline int cxgb4_fill_ipv4_src_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_src_ip()
94 static inline int cxgb4_fill_ipv4_dst_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_dst_ip()
113 static inline int cxgb4_fill_ipv6_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv6_tos()
122 static inline int cxgb4_fill_ipv6_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv6_proto()
131 static inline int cxgb4_fill_ipv6_src_ip0(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip0()
140 static inline int cxgb4_fill_ipv6_src_ip1(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip1()
149 static inline int cxgb4_fill_ipv6_src_ip2(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip2()
[all …]
Dcxgb4_filter.c56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f, in set_tcb_field()
82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f, in set_tcb_tflag()
120 static void mk_set_tcb_ulp(struct filter_entry *f, in mk_set_tcb_ulp()
143 static int configure_filter_smac(struct adapter *adap, struct filter_entry *f) in configure_filter_smac()
164 static void set_nat_params(struct adapter *adap, struct filter_entry *f, in set_nat_params()
357 struct filter_entry *f; in get_filter_count() local
515 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr() local
546 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr() local
680 int writable_filter(struct filter_entry *f) in writable_filter()
696 struct filter_entry *f; in delete_filter() local
[all …]
/Linux-v4.19/include/linux/mtd/
Dsh_flctl.h30 #define FLCMNCR(f) (f->reg + 0x0) argument
31 #define FLCMDCR(f) (f->reg + 0x4) argument
32 #define FLCMCDR(f) (f->reg + 0x8) argument
33 #define FLADR(f) (f->reg + 0xC) argument
34 #define FLADR2(f) (f->reg + 0x3C) argument
35 #define FLDATAR(f) (f->reg + 0x10) argument
36 #define FLDTCNTR(f) (f->reg + 0x14) argument
37 #define FLINTDMACR(f) (f->reg + 0x18) argument
38 #define FLBSYTMR(f) (f->reg + 0x1C) argument
39 #define FLBSYCNT(f) (f->reg + 0x20) argument
[all …]
/Linux-v4.19/sound/core/seq/
Dseq_fifo.c35 struct snd_seq_fifo *f; in snd_seq_fifo_new() local
66 struct snd_seq_fifo *f; in snd_seq_fifo_delete() local
98 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear()
117 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in()
158 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out()
177 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out()
214 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback()
232 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait()
240 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize()
Dseq_prioq.c59 struct snd_seq_prioq *f; in snd_seq_prioq_new() local
76 struct snd_seq_prioq *f = *fifo; in snd_seq_prioq_delete() local
146 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in()
227 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, in snd_seq_prioq_cell_out()
258 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail()
290 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave()
399 void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client, in snd_seq_prioq_remove_events()
/Linux-v4.19/drivers/w1/
Dw1_family.c33 struct w1_family *f; in w1_register_family() local
66 struct w1_family *f; in w1_unregister_family() local
98 struct w1_family *f = NULL; in w1_family_registered() local
113 static void __w1_family_put(struct w1_family *f) in __w1_family_put()
118 void w1_family_put(struct w1_family *f) in w1_family_put()
134 void __w1_family_get(struct w1_family *f) in __w1_family_get()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_fence.c83 struct amdgpu_amdkfd_fence *to_amdgpu_amdkfd_fence(struct dma_fence *f) in to_amdgpu_amdkfd_fence()
97 static const char *amdkfd_fence_get_driver_name(struct dma_fence *f) in amdkfd_fence_get_driver_name()
102 static const char *amdkfd_fence_get_timeline_name(struct dma_fence *f) in amdkfd_fence_get_timeline_name()
115 static bool amdkfd_fence_enable_signaling(struct dma_fence *f) in amdkfd_fence_enable_signaling()
139 static void amdkfd_fence_release(struct dma_fence *f) in amdkfd_fence_release()
160 bool amdkfd_fence_check_mm(struct dma_fence *f, struct mm_struct *mm) in amdkfd_fence_check_mm()
/Linux-v4.19/drivers/char/mwave/
Dmwavedd.h74 #define PRINTK_1(f,s) \ argument
79 #define PRINTK_2(f,s,v1) \ argument
84 #define PRINTK_3(f,s,v1,v2) \ argument
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
115 #define PRINTK_1(f,s) argument
116 #define PRINTK_2(f,s,v1) argument
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/
Dsubdev.h37 #define nvkm_printk_(s,l,p,f,a...) do { \ argument
44 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument
45 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument
46 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument
47 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument
48 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument
49 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument
50 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument
51 #define nvkm_spam(s,f,a...) nvkm_printk((s), SPAM, dbg, f, ##a) argument
Dclient.h37 #define nvif_printk(o,l,p,f,a...) do { \ argument
44 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument
45 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument
46 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument
47 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument
48 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument
49 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
/Linux-v4.19/include/media/
Dv4l2-device.h251 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
276 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
308 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
343 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
370 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
403 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
430 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
462 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
484 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument
512 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c114 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_parse_ipv4()
134 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_parse_ipv6()
173 struct tc_cls_flower_offload *f, in mlxsw_sp_flower_parse_ports()
202 struct tc_cls_flower_offload *f, in mlxsw_sp_flower_parse_tcp()
229 struct tc_cls_flower_offload *f, in mlxsw_sp_flower_parse_ip()
264 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_parse()
396 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_replace()
443 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_destroy()
465 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_stats()
501 struct tc_cls_flower_offload *f) in mlxsw_sp_flower_tmplt_create()
[all …]
/Linux-v4.19/scripts/dtc/
Dtreesource.c49 static void write_prefix(FILE *f, int level) in write_prefix()
64 static void write_propval_string(FILE *f, struct data val) in write_propval_string()
137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells()
167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes()
195 static void write_propval(FILE *f, struct property *prop) in write_propval()
236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
266 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
/Linux-v4.19/drivers/scsi/esas2r/
Desas2r_log.h81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
84 #define esas2r_debug(f, args ...) argument
85 #define esas2r_hdebug(f, args ...) argument
108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ argument
115 #define esas2r_trace(f, args ...) argument
/Linux-v4.19/net/ipv4/
Dinet_fragment.c50 int inet_frags_init(struct inet_frags *f) in inet_frags_init()
61 void inet_frags_fini(struct inet_frags *f) in inet_frags_fini()
119 struct inet_frags *f = q->net->f; in inet_frag_destroy_rcu() local
131 struct inet_frags *f; in inet_frag_destroy() local
160 struct inet_frags *f, in inet_frag_alloc()
183 struct inet_frags *f = nf->f; in inet_frag_create() local
/Linux-v4.19/drivers/video/fbdev/via/
Ddebug.h29 #define DEBUG_MSG(f, a...) printk(f, ## a) argument
31 #define DEBUG_MSG(f, a...) argument
36 #define WARN_MSG(f, a...) printk(f, ## a) argument
38 #define WARN_MSG(f, a...) argument
/Linux-v4.19/net/sched/
Dcls_basic.c46 struct basic_filter *f; in basic_classify() local
63 struct basic_filter *f; in basic_get() local
87 static void __basic_delete_filter(struct basic_filter *f) in __basic_delete_filter()
97 struct basic_filter *f = container_of(to_rcu_work(work), in basic_delete_filter_work() local
108 struct basic_filter *f, *n; in basic_destroy() local
127 struct basic_filter *f = arg; in basic_delete() local
144 struct basic_filter *f, unsigned long base, in basic_set_parms()
242 struct basic_filter *f; in basic_walk() local
259 struct basic_filter *f = fh; in basic_bind_class() local
268 struct basic_filter *f = fh; in basic_dump() local
Dcls_fw.c64 struct fw_filter *f; in fw_classify() local
104 struct fw_filter *f; in fw_get() local
125 static void __fw_delete_filter(struct fw_filter *f) in __fw_delete_filter()
134 struct fw_filter *f = container_of(to_rcu_work(work), in fw_delete_filter_work() local
145 struct fw_filter *f; in fw_destroy() local
169 struct fw_filter *f = arg; in fw_delete() local
211 struct fw_filter *f, struct nlattr **tb, in fw_set_parms()
256 struct fw_filter *f = *arg; in fw_change() local
369 struct fw_filter *f; in fw_walk() local
390 struct fw_filter *f = fh; in fw_dump() local
[all …]
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_fence.c29 static const char *virtio_get_driver_name(struct dma_fence *f) in virtio_get_driver_name()
34 static const char *virtio_get_timeline_name(struct dma_fence *f) in virtio_get_timeline_name()
39 static bool virtio_signaled(struct dma_fence *f) in virtio_signaled()
48 static void virtio_fence_value_str(struct dma_fence *f, char *str, int size) in virtio_fence_value_str()
55 static void virtio_timeline_value_str(struct dma_fence *f, char *str, int size) in virtio_timeline_value_str()

12345678910>>...51