Home
last modified time | relevance | path

Searched refs:wb_vaddr (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mbox.h48 void *wb_vaddr; member
H A Dhinic_pmd_mbox.c445 send_mbox->wb_vaddr = dma_zalloc_coherent(hwdev, MBOX_WB_STATUS_LEN, in alloc_mbox_wb_status()
447 if (!send_mbox->wb_vaddr) { in alloc_mbox_wb_status()
451 send_mbox->wb_status = (volatile u64 *)send_mbox->wb_vaddr; in alloc_mbox_wb_status()
471 send_mbox->wb_vaddr, send_mbox->wb_paddr); in free_mbox_wb_status()