Searched refs:_f2 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | route_var.h | 96 #define CHK_STRUCT_FIELD_GENERIC(_s1, _f1, _s2, _f2) \ argument 97 _Static_assert(sizeof(((_s1 *)0)->_f1) == sizeof(((_s2 *)0)->_f2), \ 98 "Fields " #_f1 " and " #_f2 " size differs"); \ 99 _Static_assert(__offsetof(_s1, _f1) == __offsetof(_s2, _f2), \ 100 "Fields " #_f1 " and " #_f2 " offset differs");
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_tim_worker.c | 139 #define FP(_name, _f4, _f3, _f2, _f1, _flags) \ argument 150 #define FP(_name, _f3, _f2, _f1, _flags) \ argument
|
| H A D | otx2_tim_evdev.h | 221 #define FP(_name, _f4, _f3, _f2, _f1, flags) \ argument 229 #define FP(_name, _f3, _f2, _f1, flags) \ argument
|
| H A D | otx2_tim_evdev.c | 39 #define FP(_name, _f4, _f3, _f2, _f1, flags) \ in tim_set_fp_ops() argument 40 [_f4][_f3][_f2][_f1] = otx2_tim_arm_burst_ ## _name, in tim_set_fp_ops() 46 #define FP(_name, _f3, _f2, _f1, flags) \ in tim_set_fp_ops() argument 47 [_f3][_f2][_f1] = otx2_tim_arm_tmo_tick_burst_ ## _name, in tim_set_fp_ops()
|