Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mbox.c433 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in prepare_send_mbox() local
440 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in alloc_mbox_wb_status() local
446 &send_mbox->wb_paddr, SOCKET_ID_ANY); 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()
463 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in free_mbox_wb_status() local
471 send_mbox->wb_vaddr, send_mbox->wb_paddr); in free_mbox_wb_status()
598 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in send_mbox_seg() local
608 clear_mbox_status(send_mbox); in send_mbox_seg()
610 mbox_copy_header(send_mbox, &header); in send_mbox_seg()
[all …]
H A Dhinic_pmd_mbox.h64 struct hinic_send_mbox send_mbox; member