Home
last modified time | relevance | path

Searched refs:phys_next (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_chain.c48 dma_addr_t phys_next) in qed_chain_init_next_ptr_elem() argument
56 DMA_REGPAIR_LE(next->next_phys, phys_next); in qed_chain_init_next_ptr_elem()
72 dma_addr_t phys, phys_next; in qed_chain_free_next_ptr() local
86 phys_next = HILO_DMA_REGPAIR(next->next_phys); in qed_chain_free_next_ptr()
91 phys = phys_next; in qed_chain_free_next_ptr()
/linux-6.3-rc2/drivers/crypto/
A Dixp4xx_crypto.c96 u32 phys_next; member
339 phys1 = buf->phys_next; in free_buf_chain()
887 buf->phys_next = next_buf_phys; in chainup_buffers()
895 buf->phys_next = 0; in chainup_buffers()
1028 crypt->dst_buf = dst_hook.phys_next; in ablk_perform()
1038 crypt->src_buf = src_hook.phys_next; in ablk_perform()
1138 crypt->src_buf = src_hook.phys_next; in aead_perform()
1158 crypt->dst_buf = dst_hook.phys_next; in aead_perform()

Completed in 10 milliseconds