Home
last modified time | relevance | path

Searched defs:func_to_func (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mbox.c133 #define MBOX_MSG_ID(func_to_func) ((func_to_func)->send_msg_id) argument
173 static int recv_vf_mbox_handler(struct hinic_mbox_func_to_func *func_to_func, in recv_vf_mbox_handler()
431 static void prepare_send_mbox(struct hinic_mbox_func_to_func *func_to_func) in prepare_send_mbox()
474 static int recv_mbox_handler(struct hinic_mbox_func_to_func *func_to_func, in recv_mbox_handler()
553 struct hinic_mbox_func_to_func *func_to_func = in hinic_mbox_func_aeqe_handler() local
595 static int send_mbox_seg(struct hinic_mbox_func_to_func *func_to_func, in send_mbox_seg()
657 static int send_mbox_to_func(struct hinic_mbox_func_to_func *func_to_func, in send_mbox_to_func()
722 static int hinic_mbox_to_func(struct hinic_mbox_func_to_func *func_to_func, in hinic_mbox_to_func()
840 struct hinic_mbox_func_to_func *func_to_func = hwdev->func_to_func; in hinic_mbox_to_pf() local
900 struct hinic_mbox_func_to_func *func_to_func; in hinic_func_to_func_init() local
[all …]
H A Dhinic_pmd_hwdev.h441 struct hinic_mbox_func_to_func *func_to_func; member