Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_ddp.c985 u16 sect_count; in ice_pkg_buf_alloc_section() local
1003 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section()
1004 if (sect_count < bld->reserved_section_table_entries) { in ice_pkg_buf_alloc_section()
1007 buf->section_entry[sect_count].offset = cpu_to_le16(data_end); in ice_pkg_buf_alloc_section()
1008 buf->section_entry[sect_count].size = cpu_to_le16(size); in ice_pkg_buf_alloc_section()
1009 buf->section_entry[sect_count].type = cpu_to_le32(type); in ice_pkg_buf_alloc_section()
1014 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section()
/Linux-v6.6/drivers/block/mtip32xx/
Dmtip32xx.c1253 fis.sect_count = sectors & 0xFF; in mtip_read_log_page()
1290 fis.sect_count = 1; in mtip_get_smart_data()
1488 fis.sect_count = command[2]; in exec_drive_task()
1577 fis.sect_count = command[3]; in exec_drive_command()
1616 command[2] = reply->sect_count; in exec_drive_command()
1775 fis.sect_count = req_task->io_ports[2]; in exec_drive_taskfile()
1798 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()
1800 fis.sect_count = nsect; in exec_drive_taskfile()
1819 fis.sect_count, in exec_drive_taskfile()
1837 transfer_size = ATA_SECT_SIZE * fis.sect_count; in exec_drive_taskfile()
[all …]
Dmtip32xx.h233 unsigned char sect_count; member
/Linux-v6.6/fs/hfsplus/
Dwrapper.c255 sbi->sect_count = part_size; in hfsplus_read_wrapper()
Dhfsplus_fs.h160 sector_t sect_count; member
Dsuper.c232 sbi->part_start + sbi->sect_count - 2, in hfsplus_sync_fs()
Dxattr.c181 sbi->sect_count, in hfsplus_create_attributes_file()