Home
last modified time | relevance | path

Searched refs:smart_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h389 u8 *smart_buf; member
H A Dmtip32xx.c1337 memset(port->smart_buf, 0, ATA_SECT_SIZE); in mtip_get_smart_attr()
1338 rv = mtip_get_smart_data(port, port->smart_buf, port->smart_buf_dma); in mtip_get_smart_attr()
1344 pattr = (struct smart_attr *)(port->smart_buf + 2); in mtip_get_smart_attr()
2628 port->smart_buf = port->block1 + AHCI_SMARTBUF_OFFSET; in mtip_dma_alloc()