Lines Matching defs:buf
1654 * @buf: Data buffer of the command
1669 int dma_dir, void *buf, unsigned int buflen,
1676 WARN_ON(!buf);
1677 sg_init_one(&sg, buf, buflen);
1977 * @buf: buffer to store read page
1989 u8 page, void *buf, unsigned int sectors)
2024 buf, sectors * ATA_SECT_SIZE, 0);
3148 char buf[32];
3204 snprintf(buf, sizeof(buf), "%s:%s",
3208 snprintf(buf, sizeof(buf), "%s",
3211 ata_dev_warn(dev, "limiting speed to %s\n", buf);
4514 * @buf: Buffer to swap
4524 void swap_buf_le16(u16 *buf, unsigned int buf_words)
4530 buf[i] = le16_to_cpu(buf[i]);