Home
last modified time | relevance | path

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

/drivers/block/mtip32xx/
Dmtip32xx.c1265 fis.sect_count = sectors & 0xFF; in mtip_read_log_page()
1302 fis.sect_count = 1; in mtip_get_smart_data()
1500 fis.sect_count = command[2]; in exec_drive_task()
1589 fis.sect_count = command[3]; in exec_drive_command()
1628 command[2] = reply->sect_count; in exec_drive_command()
1787 fis.sect_count = req_task->io_ports[2]; in exec_drive_taskfile()
1810 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()
1812 fis.sect_count = nsect; in exec_drive_taskfile()
1831 fis.sect_count, in exec_drive_taskfile()
1849 transfer_size = ATA_SECT_SIZE * fis.sect_count; in exec_drive_taskfile()
[all …]
Dmtip32xx.h235 unsigned char sect_count; member
/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c1557 u16 sect_count; in ice_pkg_buf_alloc_section() local
1575 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section()
1576 if (sect_count < bld->reserved_section_table_entries) { in ice_pkg_buf_alloc_section()
1579 buf->section_entry[sect_count].offset = cpu_to_le16(data_end); in ice_pkg_buf_alloc_section()
1580 buf->section_entry[sect_count].size = cpu_to_le16(size); in ice_pkg_buf_alloc_section()
1581 buf->section_entry[sect_count].type = cpu_to_le32(type); in ice_pkg_buf_alloc_section()
1586 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section()