Searched refs:FIELD_SIZE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h222 #ifndef FIELD_SIZE
223 #define FIELD_SIZE(type, field) (sizeof(((type *)0)->field)) macro
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c162 #define FIELD_SIZE(type, field) (sizeof (((type *)0)->field)) macro
1082 FIELD_SIZE(mboxsc_msghdr_t, msg_transid),
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c2429 ASSERT_STATIC((FIELD_SIZE(struct shm_dev_info, port_hw_config)/FIELD_SIZE(struct shm_dev_info, port_hw_config[0])) >= max(PORT_MAX,1));
2485 ASSERT_STATIC((FIELD_SIZE(struct mf_cfg, func_mf_config) / FIELD_SIZE(struct mf_cfg, func_mf_config[0])) == E2_FUNC_MAX*2);
H A Dlm_hw_init_reset.c2520 ASSERT_STATIC( FIELD_SIZE( struct glob_ncsi_oem_data, fcoe_features[0][0] ) ==

Completed in 68 milliseconds