Searched refs:dest_off (Results 1 – 2 of 2) sorted by relevance
/drivers/ntb/ |
D | ntb_transport.c | 1814 size_t dest_off, buff_off; in ntb_async_tx_submit() local 1822 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit() 1824 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
|
/drivers/md/ |
D | raid5.c | 1681 unsigned int dest_off; in ops_run_compute6_1() local 1700 dest_off = tgt->offset; in ops_run_compute6_1() 1726 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1() 1798 unsigned int dest_off; in ops_run_compute6_2() local 1816 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2() 1821 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()
|