Searched refs:reply_phys (Results 1 – 5 of 5) sorted by relevance
65 dma_addr_t reply_phys; member
506 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()
649 if (mpt->reply_phys != 0) { in mpt_dma_mem_alloc()702 mpt->reply_phys = mi.phys; in mpt_dma_mem_alloc()
744 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()
662 bus_addr_t reply_phys; /* BusAddr of reply memory */ member