Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mbox.h62 pthread_mutex_t msg_send_mutex; member
H A Dhinic_pmd_mbox.c672 err = hinic_mutex_lock(&func_to_func->msg_send_mutex); in send_mbox_to_func()
717 (void)hinic_mutex_unlock(&func_to_func->msg_send_mutex); in send_mbox_to_func()
911 (void)hinic_mutex_init(&func_to_func->msg_send_mutex, NULL); in hinic_func_to_func_init()
959 (void)hinic_mutex_destroy(&func_to_func->msg_send_mutex); in hinic_comm_func_to_func_free()