Home
last modified time | relevance | path

Searched refs:buf_words (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/vdpa/solidrun/
H A Dsnet_ctrl.c139 u16 buf_words; in snet_ctrl_read_from_dpu() local
152 buf_words = buf_size / 4; in snet_ctrl_read_from_dpu()
167 snet_write_ctrl(regs, buf_words); in snet_ctrl_read_from_dpu()
172 while (buf_words != tot_words) { in snet_ctrl_read_from_dpu()
188 words = min_t(u16, val & SNET_CTRL_DATA_SIZE_MASK, buf_words - tot_words); in snet_ctrl_read_from_dpu()
/openbmc/u-boot/drivers/ata/
H A Dlibata.c137 void ata_swap_buf_le16(u16 *buf, unsigned int buf_words) in ata_swap_buf_le16() argument
141 for (i = 0; i < buf_words; i++) in ata_swap_buf_le16()
/openbmc/linux/drivers/block/
H A Dps3disk.c277 static void swap_buf_le16(u16 *buf, unsigned int buf_words) in swap_buf_le16() argument
282 for (i = 0; i < buf_words; i++) in swap_buf_le16()
/openbmc/linux/drivers/ata/
H A Dlibata.h75 extern void swap_buf_le16(u16 *buf, unsigned int buf_words);
H A Dlibata-core.c4725 void swap_buf_le16(u16 *buf, unsigned int buf_words) in swap_buf_le16() argument
4730 for (i = 0; i < buf_words; i++) in swap_buf_le16()
/openbmc/u-boot/include/
H A Dlibata.h652 void ata_swap_buf_le16(u16 *buf, unsigned int buf_words);