Searched refs:FIELD_SIZEOF (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | i40e_osdep.h | 111 #define FIELD_SIZEOF(x, y) (sizeof(((x*)0)->y)) macro
|
H A D | i40e_lan_hmc.c | 696 FIELD_SIZEOF(struct _struct, _ele)
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 129 #define FIELD_SIZEOF(t, f) sizeof(((t *)0)->f) macro
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.h | 197 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) macro
|
H A D | ice_nvm.c | 2002 cmd->data_size != FIELD_SIZEOF(union ice_nvm_access_data, regval)) in ice_validate_nvm_rw_reg()
|
H A D | ice_lan_tx_rx.h | 853 .size_of = FIELD_SIZEOF(struct _struct, _ele), \
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-sysctl.c | 173 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) macro 177 FIELD_SIZEOF(struct xgbe_mmc_stats, _var), \ 183 FIELD_SIZEOF(struct xgbe_ext_stats, _var), \
|