Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mbox.h16 #define HINIC_MAX_FUNCTIONS 16 macro
66 struct hinic_recv_mbox mbox_resp[HINIC_MAX_FUNCTIONS];
67 struct hinic_recv_mbox mbox_send[HINIC_MAX_FUNCTIONS];
H A Dhinic_pmd_mbox.c405 for (func_idx = 0; func_idx < HINIC_MAX_FUNCTIONS; func_idx++) { in alloc_mbox_info()
427 for (func_idx = 0; func_idx < HINIC_MAX_FUNCTIONS; func_idx++) in free_mbox_info()
559 if (src >= HINIC_MAX_FUNCTIONS) { in hinic_mbox_func_aeqe_handler()