Searched refs:buff_off (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/ntb/ |
| A D | ntb_transport.c | 1526 size_t pay_off, buff_off, len; in ntb_async_rx_submit() local 1534 buff_off = (size_t)buf & ~PAGE_MASK; in ntb_async_rx_submit() 1536 if (!is_dma_copy_aligned(device, pay_off, buff_off, len)) in ntb_async_rx_submit() 1552 buff_off, len, DMA_FROM_DEVICE); in ntb_async_rx_submit() 1807 size_t dest_off, buff_off; in ntb_async_tx_submit() local 1814 buff_off = (size_t)buf & ~PAGE_MASK; in ntb_async_tx_submit() 1817 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit() 1826 buff_off, len, DMA_TO_DEVICE); in ntb_async_tx_submit()
|
| /linux/drivers/net/wan/ |
| A D | hd64572.c | 137 u32 buff_off = buffer_offset(port, i, transmit); in sca_init_port() local 140 writel(buff_off, &desc->bp); in sca_init_port()
|
| A D | hd64570.c | 167 u32 buff_off = buffer_offset(port, i, transmit); in sca_init_port() local 170 writel(buff_off, &desc->bp); in sca_init_port()
|
Completed in 11 milliseconds