Home
last modified time | relevance | path

Searched refs:sect_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c995 u16 sect_count; in ice_pkg_buf_alloc_section() local
1013 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section()
1014 if (sect_count < bld->reserved_section_table_entries) { in ice_pkg_buf_alloc_section()
1017 buf->section_entry[sect_count].offset = cpu_to_le16(data_end); in ice_pkg_buf_alloc_section()
1018 buf->section_entry[sect_count].size = cpu_to_le16(size); in ice_pkg_buf_alloc_section()
1019 buf->section_entry[sect_count].type = cpu_to_le32(type); in ice_pkg_buf_alloc_section()
1024 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section()
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h233 unsigned char sect_count; member
/linux/fs/hfsplus/
H A Dhfsplus_fs.h162 sector_t sect_count; member
H A Dxattr.c181 sbi->sect_count, in hfsplus_create_attributes_file()