Searched refs:sector_buf (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/ata/ |
D | libata-core.c | 2110 if (ata_read_log_page(dev, ATA_LOG_DIRECTORY, 0, ap->sector_buf, 1)) in ata_log_supported() 2112 return get_unaligned_le16(&ap->sector_buf[log * 2]) ? true : false; in ata_log_supported() 2129 err = ata_read_log_page(dev, ATA_LOG_IDENTIFY_DEVICE, 0, ap->sector_buf, in ata_identify_page_supported() 2138 for (i = 0; i < ap->sector_buf[8]; i++) { in ata_identify_page_supported() 2139 if (ap->sector_buf[9 + i] == page) in ata_identify_page_supported() 2199 0, ap->sector_buf, 1); in ata_dev_config_ncq_send_recv() 2208 memcpy(cmds, ap->sector_buf, ATA_LOG_NCQ_SEND_RECV_SIZE); in ata_dev_config_ncq_send_recv() 2229 0, ap->sector_buf, 1); in ata_dev_config_ncq_non_data() 2237 memcpy(cmds, ap->sector_buf, ATA_LOG_NCQ_NON_DATA_SIZE); in ata_dev_config_ncq_non_data() 2254 ap->sector_buf, in ata_dev_config_ncq_prio() [all …]
|
D | libata-zpodd.c | 101 sense_buf = dev->link->ap->sector_buf; in zpready()
|
D | libata-pmp.c | 653 u32 *gscr = (void *)ap->sector_buf; in sata_pmp_revalidate()
|
D | libata-eh.c | 1461 u8 *buf = dev->link->ap->sector_buf; in ata_eh_read_log_10h() 3323 u8 *sense_buffer = dev->link->ap->sector_buf; in atapi_eh_clear_ua()
|
/Linux-v4.19/include/linux/ |
D | libata.h | 897 u8 sector_buf[ATA_SECT_SIZE] ____cacheline_aligned; member
|