Searched refs:ife (Results 1 - 9 of 9) sorted by path

/linux-master/include/net/
H A Dife.h7 #include <uapi/linux/ife.h>
/linux-master/include/uapi/linux/tc_act/
H A Dtc_ife.h7 #include <linux/ife.h>
/linux-master/net/ife/
H A DMakefile6 obj-$(CONFIG_NET_IFE) += ife.o
H A Dife.c2 * net/ife/ife.c - Inter-FE protocol based on ForCES WG InterFE LFB
27 #include <net/ife.h>
/linux-master/drivers/block/aoe/
H A Daoeblk.c115 struct aoeif *ifp, *ife; local
143 ife = ifp + ARRAY_SIZE((*t)->ifs);
144 for (; ifp->nd && ifp < ife; ifp++) {
/linux-master/drivers/media/dvb-frontends/
H A Dmt352.c134 int ife,value; local
142 ife = if2;
144 ife = adc_clock - (if2 % adc_clock);
145 if (ife > adc_clock / 2)
146 ife = adc_clock - ife;
148 value = -16374 * ife / adc_clock;
149 dprintk("%s: if2 %d, ife %d, adc_clock %d => %d / 0x%x\n",
150 __func__, if2, ife, adc_clock, value, value & 0x3fff);
H A Dzl10353.c136 int ife; local
145 ife = if2;
147 ife = adc_clock - (if2 % adc_clock);
148 if (ife > adc_clock / 2)
149 ife = adc_clock - ife;
151 value = div_u64((u64)65536 * ife + adc_clock / 2, adc_clock);
154 dprintk("%s: if2 %d, ife %d, adc_clock %d => %d / 0x%x\n",
155 __func__, if2, ife, adc_clock, -(int)value, *input_freq);
/linux-master/net/
H A DMakefile68 obj-$(CONFIG_NET_IFE) += ife/
/linux-master/net/sched/
H A Dact_ife.c3 * net/sched/ife.c Inter-FE action based on ForCES WG InterFE LFB
31 #include <net/ife.h>
275 request_module("ife-meta-%s", ife_meta_id2name(metaid));
296 struct tcf_ife_info *ife, u32 metaid, void *metaval,
317 spin_lock_bh(&ife->tcf_lock);
318 list_add_tail(&mi->metalist, &ife->metalist);
320 spin_unlock_bh(&ife->tcf_lock);
326 struct tcf_ife_info *ife, u32 metaid,
333 ret = __add_metainfo(ops, ife, metaid, NULL, 0, true, exists);
339 static int add_metainfo(struct tcf_ife_info *ife, u3 argument
295 __add_metainfo(const struct tcf_meta_ops *ops, struct tcf_ife_info *ife, u32 metaid, void *metaval, int len, bool atomic, bool exists) argument
325 add_metainfo_and_get_ops(const struct tcf_meta_ops *ops, struct tcf_ife_info *ife, u32 metaid, bool exists) argument
354 use_all_metadata(struct tcf_ife_info *ife, bool exists) argument
374 dump_metalist(struct sk_buff *skb, struct tcf_ife_info *ife) argument
409 struct tcf_ife_info *ife = to_ife(a); local
427 struct tcf_ife_info *ife = to_ife(a); local
458 populate_metalist(struct tcf_ife_info *ife, struct nlattr **tb, bool exists, bool rtnl_held) argument
491 struct tcf_ife_info *ife; local
645 struct tcf_ife_info *ife = to_ife(a); local
694 find_decode_metaid(struct sk_buff *skb, struct tcf_ife_info *ife, u16 metaid, u16 mlen, void *mdata) argument
715 struct tcf_ife_info *ife = to_ife(a); local
770 ife_get_sz(struct sk_buff *skb, struct tcf_ife_info *ife) argument
788 struct tcf_ife_info *ife = to_ife(a); local
869 struct tcf_ife_info *ife = to_ife(a); local
[all...]

Completed in 451 milliseconds