Home
last modified time | relevance | path

Searched refs:reply_dma (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c137 u64 reply_dma) in mpi3mr_repost_reply_buf()
148 mrioc->reply_free_q[old_idx] = cpu_to_le64(reply_dma); in mpi3mr_repost_reply_buf()
341 struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma) in mpi3mr_process_admin_reply_desc()
354 *reply_dma = 0; in mpi3mr_process_admin_reply_desc()
369 *reply_dma = le64_to_cpu(addr_desc->reply_frame_address); in mpi3mr_process_admin_reply_desc()
370 def_reply = mpi3mr_get_reply_virt_addr(mrioc, *reply_dma); in mpi3mr_process_admin_reply_desc()
428 u64 reply_dma = 0; in mpi3mr_process_admin_reply_q() local
448 mpi3mr_process_admin_reply_desc(mrioc, reply_desc, &reply_dma); in mpi3mr_process_admin_reply_q()
449 if (reply_dma) in mpi3mr_process_admin_reply_q()
450 mpi3mr_repost_reply_buf(mrioc, reply_dma); in mpi3mr_process_admin_reply_q()
136 mpi3mr_repost_reply_buf(struct mpi3mr_ioc *mrioc, u64 reply_dma) mpi3mr_repost_reply_buf() argument
340 mpi3mr_process_admin_reply_desc(struct mpi3mr_ioc *mrioc, struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma) mpi3mr_process_admin_reply_desc() argument
513 u64 reply_dma = 0; mpi3mr_process_op_reply_q() local
[all...]
H A Dmpi3mr.h1315 u64 *reply_dma, u16 qidx);
H A Dmpi3mr_os.c3111 * @reply_dma: place holder for reply DMA address
3122 struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma, u16 qidx) in mpi3mr_process_op_reply_desc()
3144 *reply_dma = 0; in mpi3mr_process_op_reply_desc()
3159 *reply_dma = le64_to_cpu(addr_desc->reply_frame_address); in mpi3mr_process_op_reply_desc()
3161 *reply_dma); in mpi3mr_process_op_reply_desc()
3121 mpi3mr_process_op_reply_desc(struct mpi3mr_ioc *mrioc, struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma, u16 qidx) mpi3mr_process_op_reply_desc() argument
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3837 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt3sas_base_get_reply_virt_addr()
5799 dma_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
6093 &ioc->reply_dma); in _base_allocate_reply_pool()
6096 if (!mpt3sas_check_same_4gb_region(ioc->reply_dma, sz)) { in _base_allocate_reply_pool()
6099 ioc->reply, (unsigned long long) ioc->reply_dma)); in _base_allocate_reply_pool()
6103 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_reply_pool()
6104 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_reply_pool()
6107 ioc->reply, (unsigned long long)ioc->reply_dma, in _base_allocate_reply_pool()
7538 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()
8202 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
[all...]
H A Dmpt3sas_base.h1299 * @reply_dma:
1562 dma_addr_t reply_dma; member
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3568 return ioc->reply + (phys_addr - (u32)ioc->reply_dma); in mpt3sas_base_get_reply_virt_addr()
4872 dma_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
5577 &ioc->reply_dma); in _base_allocate_memory_pools()
5582 ioc->reply_dma_min_address = (u32)(ioc->reply_dma); in _base_allocate_memory_pools()
5583 ioc->reply_dma_max_address = (u32)(ioc->reply_dma) + sz; in _base_allocate_memory_pools()
5589 ioc_info(ioc, "reply_dma(0x%llx)\n", in _base_allocate_memory_pools()
5590 (unsigned long long)ioc->reply_dma)); in _base_allocate_memory_pools()
6506 cpu_to_le32((u64)ioc->reply_dma >> 32); in _base_send_ioc_init()
7157 for (i = 0, reply_address = (u32)ioc->reply_dma ; in _base_make_ioc_operational()
H A Dmpt3sas_base.h1164 * @reply_dma:
1415 dma_addr_t reply_dma; member

Completed in 34 milliseconds