Home
last modified time | relevance | path

Searched refs:reply_phys (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h65 dma_addr_t reply_phys; member
H A Decore_sriov.c506 vf->vf_mbx.reply_phys = rply_p + idx * sizeof(union pfvf_tlvs); in ecore_iov_setup_vfdb()
1447 ecore_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys + sizeof(u64), in ecore_iov_send_response()
1462 ecore_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys, in ecore_iov_send_response()
/freebsd-13.1/sys/dev/mpt/
H A Dmpt_pci.c649 if (mpt->reply_phys != 0) { in mpt_dma_mem_alloc()
702 mpt->reply_phys = mi.phys; in mpt_dma_mem_alloc()
H A Dmpt.c744 offset = reply_baddr - (mpt->reply_phys & 0xFFFFFFFF); in mpt_intr()
1249 reply_baddr = offset + (mpt->reply_phys & 0xFFFFFFFF); in mpt_free_request()
2898 for (val = 0, pptr = mpt->reply_phys; in mpt_enable_ioc()
2899 (pptr + MPT_REPLY_SIZE) < (mpt->reply_phys + PAGE_SIZE); in mpt_enable_ioc()
H A Dmpt.h662 bus_addr_t reply_phys; /* BusAddr of reply memory */ member