Searched refs:sector_buf (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/ata/ |
D | libata-core.c | 2144 if (ata_read_log_page(dev, ATA_LOG_DIRECTORY, 0, ap->sector_buf, 1)) in ata_log_supported() 2146 return get_unaligned_le16(&ap->sector_buf[log * 2]); in ata_log_supported() 2174 err = ata_read_log_page(dev, ATA_LOG_IDENTIFY_DEVICE, 0, ap->sector_buf, in ata_identify_page_supported() 2179 for (i = 0; i < ap->sector_buf[8]; i++) { in ata_identify_page_supported() 2180 if (ap->sector_buf[9 + i] == page) in ata_identify_page_supported() 2240 0, ap->sector_buf, 1); in ata_dev_config_ncq_send_recv() 2245 memcpy(cmds, ap->sector_buf, ATA_LOG_NCQ_SEND_RECV_SIZE); in ata_dev_config_ncq_send_recv() 2266 0, ap->sector_buf, 1); in ata_dev_config_ncq_non_data() 2270 memcpy(cmds, ap->sector_buf, ATA_LOG_NCQ_NON_DATA_SIZE); in ata_dev_config_ncq_non_data() 2285 ap->sector_buf, in ata_dev_config_ncq_prio() [all …]
|
D | libata-zpodd.c | 115 sense_buf = dev->link->ap->sector_buf; in zpready()
|
D | libata-pmp.c | 652 u32 *gscr = (void *)ap->sector_buf; in sata_pmp_revalidate()
|
D | libata-sata.c | 1306 u8 *buf = dev->link->ap->sector_buf; in ata_eh_read_log_10h()
|
D | libata-eh.c | 3248 u8 *sense_buffer = dev->link->ap->sector_buf; in atapi_eh_clear_ua()
|
/linux-6.6.21/include/linux/ |
D | libata.h | 879 u8 sector_buf[ATA_SECT_SIZE] ____cacheline_aligned; member
|