Searched refs:FIELD_SIZEOF (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h112 #define FIELD_SIZEOF(x, y) (sizeof(((x*)0)->y)) macro
H A Di40e_lan_hmc.c697 FIELD_SIZEOF(struct _struct, _ele)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h139 #define FIELD_SIZEOF(t, f) sizeof(((t *)0)->f) macro

Completed in 122 milliseconds