Home
last modified time | relevance | path

Searched refs:FIELD_SIZEOF (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_osdep.h111 #define FIELD_SIZEOF(x, y) (sizeof(((x*)0)->y)) macro
H A Di40e_lan_hmc.c696 FIELD_SIZEOF(struct _struct, _ele)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h129 #define FIELD_SIZEOF(t, f) sizeof(((t *)0)->f) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h197 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) macro
H A Dice_nvm.c2002 cmd->data_size != FIELD_SIZEOF(union ice_nvm_access_data, regval)) in ice_validate_nvm_rw_reg()
H A Dice_lan_tx_rx.h853 .size_of = FIELD_SIZEOF(struct _struct, _ele), \
/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c173 #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), \