Searched refs:ife (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/net/sched/ |
D | act_ife.c | 296 struct tcf_ife_info *ife, u32 metaid, void *metaval, in __add_metainfo() argument 317 spin_lock_bh(&ife->tcf_lock); in __add_metainfo() 318 list_add_tail(&mi->metalist, &ife->metalist); in __add_metainfo() 320 spin_unlock_bh(&ife->tcf_lock); in __add_metainfo() 326 struct tcf_ife_info *ife, u32 metaid, in add_metainfo_and_get_ops() argument 333 ret = __add_metainfo(ops, ife, metaid, NULL, 0, true, exists); in add_metainfo_and_get_ops() 339 static int add_metainfo(struct tcf_ife_info *ife, u32 metaid, void *metaval, in add_metainfo() argument 347 ret = __add_metainfo(ops, ife, metaid, metaval, len, false, exists); in add_metainfo() 354 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata() argument 362 rc = add_metainfo_and_get_ops(o, ife, o->metaid, exists); in use_all_metadata() [all …]
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | mt352.c | 134 int ife,value; in mt352_calc_input_freq() local 142 ife = if2; in mt352_calc_input_freq() 144 ife = adc_clock - (if2 % adc_clock); in mt352_calc_input_freq() 145 if (ife > adc_clock / 2) in mt352_calc_input_freq() 146 ife = adc_clock - ife; in mt352_calc_input_freq() 148 value = -16374 * ife / adc_clock; in mt352_calc_input_freq() 150 __func__, if2, ife, adc_clock, value, value & 0x3fff); in mt352_calc_input_freq()
|
D | zl10353.c | 136 int ife; in zl10353_calc_input_freq() local 145 ife = if2; in zl10353_calc_input_freq() 147 ife = adc_clock - (if2 % adc_clock); in zl10353_calc_input_freq() 148 if (ife > adc_clock / 2) in zl10353_calc_input_freq() 149 ife = adc_clock - ife; in zl10353_calc_input_freq() 151 value = div_u64((u64)65536 * ife + adc_clock / 2, adc_clock); in zl10353_calc_input_freq() 155 __func__, if2, ife, adc_clock, -(int)value, *input_freq); in zl10353_calc_input_freq()
|
/linux-6.12.1/net/ife/ |
D | Makefile | 6 obj-$(CONFIG_NET_IFE) += ife.o
|
D | Kconfig | 16 be called ife.
|
/linux-6.12.1/drivers/block/aoe/ |
D | aoeblk.c | 115 struct aoeif *ifp, *ife; in aoe_debugfs_show() local 143 ife = ifp + ARRAY_SIZE((*t)->ifs); in aoe_debugfs_show() 144 for (; ifp->nd && ifp < ife; ifp++) { in aoe_debugfs_show()
|
/linux-6.12.1/net/ |
D | Makefile | 68 obj-$(CONFIG_NET_IFE) += ife/
|
D | Kconfig | 438 source "net/ife/Kconfig"
|
/linux-6.12.1/Documentation/networking/device_drivers/hamradio/ |
D | baycom.rst | 7 Thomas M. Sailer, HB9JNX/AE4WA, <sailer@ife.ee.ethz.ch> 172 Tom Sailer, sailer@ife.ee.ethz.ch
|
/linux-6.12.1/Documentation/usb/ |
D | CREDITS | 22 Thomas Sailer <sailer@ife.ee.ethz.ch>
|
/linux-6.12.1/Documentation/core-api/ |
D | dma-api-howto.rst | 932 Thomas Sailer <sailer@ife.ee.ethz.ch>
|
/linux-6.12.1/ |
D | MAINTAINERS | 10971 F: include/net/ife.h 10972 F: include/uapi/linux/ife.h 10973 F: net/ife
|