Searched refs:__iowrite64_copy (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | iomap_copy.c | 63 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy() function 79 EXPORT_SYMBOL_GPL(__iowrite64_copy);
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | tx.c | 142 __iowrite64_copy(*piobuf, data, block_len >> 3); in efx_memcpy_toio_aligned() 174 __iowrite64_copy(*piobuf, copy_buf->buf, in efx_memcpy_toio_aligned_cb() 190 __iowrite64_copy(piobuf, copy_buf->buf, in efx_flush_copy_buffer() 250 __iowrite64_copy(tx_queue->piobuf, skb->data, in efx_enqueue_skb_pio()
|
/linux-6.3-rc2/include/linux/ |
A D | io.h | 21 void __iowrite64_copy(void __iomem *to, const void *from, size_t count);
|
/linux-6.3-rc2/drivers/net/ethernet/amazon/ena/ |
A D | ena_eth_com.c | 78 __iowrite64_copy(io_sq->desc_addr.pbuf_dev_addr + dst_offset, in ena_com_write_bounce_buffer_to_dev()
|
/linux-6.3-rc2/arch/s390/pci/ |
A D | pci.c | 242 void __iowrite64_copy(void __iomem *to, const void *from, size_t count) in __iowrite64_copy() function
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_tx.c | 752 __iowrite64_copy(dst, src, bytecnt / 8); in mlx4_bf_copy()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_enet.c | 2068 __iowrite64_copy(ring->tqp->mem_base, desc, in hns3_tx_push_bd() 2086 __iowrite64_copy(ring->tqp->mem_base + HNS3_MEM_DOORBELL_OFFSET, in hns3_tx_mem_doorbell()
|
/linux-6.3-rc2/drivers/net/ethernet/myricom/myri10ge/ |
A D | myri10ge.c | 354 #define myri10ge_pio_copy(to,from,size) __iowrite64_copy(to,from,size/8)
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt.c | 502 __iowrite64_copy(db, tx_push_buf, 16); in bnxt_start_xmit() 506 __iowrite64_copy(db, tx_push_buf, push_len); in bnxt_start_xmit()
|
Completed in 51 milliseconds