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

/freebsd-current/sys/dev/ice/
H A Dice_defs.h68 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) macro
H A Dice_ddp_common.c1742 FLEX_ARRAY_SIZE(buf, section_entry, count);
1874 FLEX_ARRAY_SIZE(buf, section_entry, count);
H A Dice_common.c2097 if (buf_size < FLEX_ARRAY_SIZE(buf, elem, num_entries))

Completed in 106 milliseconds