Searched refs:reply_phys (Results 1 – 5 of 5) sorted by relevance
63 dma_addr_t reply_phys; member
504 vf->vf_mbx.reply_phys = rply_p + idx * sizeof(union pfvf_tlvs); in ecore_iov_setup_vfdb()1445 ecore_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys + sizeof(u64), in ecore_iov_send_response()1460 ecore_dmae_host2host(p_hwfn, p_ptt, mbx->reply_phys, in ecore_iov_send_response()
646 if (mpt->reply_phys != 0) { in mpt_dma_mem_alloc()699 mpt->reply_phys = mi.phys; in mpt_dma_mem_alloc()
742 offset = reply_baddr - (mpt->reply_phys & 0xFFFFFFFF); in mpt_intr()1247 reply_baddr = offset + (mpt->reply_phys & 0xFFFFFFFF); in mpt_free_request()2896 for (val = 0, pptr = mpt->reply_phys; in mpt_enable_ioc()2897 (pptr + MPT_REPLY_SIZE) < (mpt->reply_phys + PAGE_SIZE); in mpt_enable_ioc()
661 bus_addr_t reply_phys; /* BusAddr of reply memory */ member