Home
last modified time | relevance | path

Searched refs:mbox_send (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mbox.h67 struct hinic_recv_mbox mbox_send[HINIC_MAX_FUNCTIONS]; member
H A Dhinic_pmd_mbox.c567 &func_to_func->mbox_send[src] : in hinic_mbox_func_aeqe_handler()
913 err = alloc_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_init()
937 free_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_init()
957 free_mbox_info(func_to_func->mbox_send); in hinic_comm_func_to_func_free()
/f-stack/dpdk/drivers/common/octeontx/
H A Docteontx_mbox.c173 mbox_send(struct mbox *m, struct octeontx_mbox_hdr *hdr, const void *txmsg, in mbox_send() function
252 return mbox_send(m, hdr, txdata, txlen, rxdata, rxlen); in octeontx_mbox_send()