Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Denum.h117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument
118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask)))
120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument
121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
/Linux-v5.10/drivers/net/ethernet/sfc/
Denum.h118 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument
119 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask)))
121 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument
122 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
/Linux-v5.10/include/rdma/
Duverbs_ioctl.h913 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument
917 type_min(typeof(*_to)), \
918 type_max(typeof(*_to)), NULL); \
919 (*_to) = _val; \
923 #define uverbs_get_const_default(_to, _attrs_bundle, _idx, _default) \ argument
929 type_min(typeof(*_to)), \
930 type_max(typeof(*_to)), &_def_val); \
931 (*_to) = _val; \
/Linux-v5.10/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument
336 …pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(a…
451 _to = search_obj.group(16)
484 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
/Linux-v5.10/drivers/usb/dwc3/
Dcore.h1434 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument
1437 (!(_ip##_REVISION_##_to) || \
1438 dwc->revision <= _ip##_REVISION_##_to))
1440 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument
1443 (!(_ip##_VERSIONTYPE_##_to) || \
1444 dwc->version_type <= _ip##_VERSIONTYPE_##_to))
/Linux-v5.10/arch/alpha/include/asm/
Dpage.h24 extern void copy_page(void * _to, void * _from);
/Linux-v5.10/drivers/clk/at91/
Dsama7g5.c26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument
30 (_to)[_i] = (_from)[_i]; \
/Linux-v5.10/kernel/sched/
Dsched.h1857 #define for_class_range(class, _from, _to) \ argument
1858 for (class = (_from); class != (_to); class--)