Searched refs:reserved_section_table_entries (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_type.h462 u16 reserved_section_table_entries; member in struct:ice_buf_build
H A Dice_flex_pipe.c1920 if (bld->reserved_section_table_entries + count > ICE_MAX_S_COUNT)
1922 bld->reserved_section_table_entries += count;
1966 if (sect_count < bld->reserved_section_table_entries) {
2052 if (count > bld->reserved_section_table_entries)
2054 bld->reserved_section_table_entries -= count;

Completed in 110 milliseconds