Searched refs:SIZEOF_FIELD (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/dev/liquidio/base/ |
| HD | lio_console.c | 147 #define SIZEOF_FIELD(s, field) sizeof(((s *)NULL)->field) macro 225 SIZEOF_FIELD(struct cvmx_bootmem_desc, major_version)); in __cvmx_bootmem_check_version() 229 SIZEOF_FIELD(struct cvmx_bootmem_desc, minor_version)); in __cvmx_bootmem_check_version() 257 SIZEOF_FIELD(struct cvmx_bootmem_named_block_desc, in __cvmx_bootmem_find_named_block_flags() 262 SIZEOF_FIELD(struct cvmx_bootmem_named_block_desc, in __cvmx_bootmem_find_named_block_flags() 287 SIZEOF_FIELD(struct cvmx_bootmem_desc, in cvmx_bootmem_phy_named_block_find() 294 SIZEOF_FIELD(struct cvmx_bootmem_desc, in cvmx_bootmem_phy_named_block_find() 302 SIZEOF_FIELD(struct cvmx_bootmem_desc, in cvmx_bootmem_phy_named_block_find() 312 SIZEOF_FIELD(struct cvmx_bootmem_named_block_desc, in cvmx_bootmem_phy_named_block_find()
|
| /freebsd-11-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-bootmem.c | 91 #define SIZEOF_FIELD(s, field) sizeof(((s*)NULL)->field) macro 106 SIZEOF_FIELD(cvmx_bootmem_desc_t, field)) 119 SIZEOF_FIELD(cvmx_bootmem_desc_t, field), value) 135 SIZEOF_FIELD(cvmx_bootmem_named_block_desc_t, field)) 150 SIZEOF_FIELD(cvmx_bootmem_named_block_desc_t, field), value)
|