smart_buf        1348 drivers/block/mtip32xx/mtip32xx.c 	memset(port->smart_buf, 0, ATA_SECT_SIZE);
smart_buf        1349 drivers/block/mtip32xx/mtip32xx.c 	rv = mtip_get_smart_data(port, port->smart_buf, port->smart_buf_dma);
smart_buf        1355 drivers/block/mtip32xx/mtip32xx.c 	pattr = (struct smart_attr *)(port->smart_buf + 2);
smart_buf        2798 drivers/block/mtip32xx/mtip32xx.c 	port->smart_buf     = port->block1 + AHCI_SMARTBUF_OFFSET;
smart_buf         391 drivers/block/mtip32xx/mtip32xx.h 	u8 *smart_buf;