Home
last modified time | relevance | path

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

/linux/drivers/block/mtip32xx/
H A 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()
1805 "sect_count is 0\n"); in exec_drive_taskfile()
1819 fis.sect_count, in exec_drive_taskfile()
[all...]
H A Dmtip32xx.h233 unsigned char sect_count; member
/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/fs/hfsplus/
H A Dwrapper.c230 sbi->sect_count = part_size; in hfsplus_read_wrapper()
H A Dhfsplus_fs.h162 sector_t sect_count; member
H A Dsuper.c232 sbi->part_start + sbi->sect_count - 2, in hfsplus_sync_fs()