Searched refs:sector_buf (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/ata/ |
D | libata-core.c | 2131 if (ata_read_log_page(dev, ATA_LOG_DIRECTORY, 0, dev->sector_buf, 1)) in ata_log_supported() 2133 return get_unaligned_le16(&dev->sector_buf[log * 2]); in ata_log_supported() 2161 dev->sector_buf, 1); in ata_identify_page_supported() 2165 for (i = 0; i < dev->sector_buf[8]; i++) { in ata_identify_page_supported() 2166 if (dev->sector_buf[9 + i] == page) in ata_identify_page_supported() 2225 0, dev->sector_buf, 1); in ata_dev_config_ncq_send_recv() 2230 memcpy(cmds, dev->sector_buf, ATA_LOG_NCQ_SEND_RECV_SIZE); in ata_dev_config_ncq_send_recv() 2250 0, dev->sector_buf, 1); in ata_dev_config_ncq_non_data() 2252 memcpy(dev->ncq_non_data_cmds, dev->sector_buf, in ata_dev_config_ncq_non_data() 2266 dev->sector_buf, 1); in ata_dev_config_ncq_prio() [all …]
|
D | libata-zpodd.c | 115 sense_buf = dev->sector_buf; in zpready()
|
D | libata-pmp.c | 651 u32 *gscr = (void *)dev->sector_buf; in sata_pmp_revalidate()
|
D | libata-sata.c | 1451 u8 *buf = dev->sector_buf; in ata_eh_read_log_10h()
|
D | libata-eh.c | 3299 u8 *sense_buffer = dev->sector_buf; in atapi_eh_clear_ua()
|
/linux-6.12.1/include/linux/ |
D | libata.h | 789 u8 sector_buf[ATA_SECT_SIZE] ____cacheline_aligned; member
|