Searched refs:phys_next (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_chain.c | 48 dma_addr_t phys_next) in qed_chain_init_next_ptr_elem() 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() 46 qed_chain_init_next_ptr_elem(const struct qed_chain *chain, void *virt_curr, void *virt_next, dma_addr_t phys_next) qed_chain_init_next_ptr_elem() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_chain.c | 48 dma_addr_t phys_next) in qed_chain_init_next_ptr_elem() 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() 46 qed_chain_init_next_ptr_elem(const struct qed_chain *chain, void *virt_curr, void *virt_next, dma_addr_t phys_next) qed_chain_init_next_ptr_elem() argument
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 96 u32 phys_next; member 334 phys1 = buf->phys_next; in free_buf_chain() 823 buf->phys_next = next_buf_phys; in chainup_buffers() 831 buf->phys_next = 0; in chainup_buffers() 936 crypt->dst_buf = dst_hook.phys_next; in ablk_perform() 946 crypt->src_buf = src_hook.phys_next; in ablk_perform() 1046 crypt->src_buf = src_hook.phys_next; in aead_perform() 1066 crypt->dst_buf = dst_hook.phys_next; in aead_perform()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 96 u32 phys_next; member 341 phys1 = buf->phys_next; in free_buf_chain() 889 buf->phys_next = next_buf_phys; in chainup_buffers() 897 buf->phys_next = 0; in chainup_buffers() 1030 crypt->dst_buf = dst_hook.phys_next; in ablk_perform() 1040 crypt->src_buf = src_hook.phys_next; in ablk_perform() 1140 crypt->src_buf = src_hook.phys_next; in aead_perform() 1160 crypt->dst_buf = dst_hook.phys_next; in aead_perform()
|
Completed in 6 milliseconds