Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.h13 #define HINIC_MAX_FUNCTIONS 512 macro
98 struct hinic_recv_mbox mbox_resp[HINIC_MAX_FUNCTIONS];
99 struct hinic_recv_mbox mbox_send[HINIC_MAX_FUNCTIONS];
H A Dhinic_hw_mbox.c631 if (src >= HINIC_MAX_FUNCTIONS) { in hinic_mbox_func_aeqe_handler()
1159 for (func_idx = 0; func_idx < HINIC_MAX_FUNCTIONS; func_idx++) { in alloc_mbox_info()
1181 for (func_idx = 0; func_idx < HINIC_MAX_FUNCTIONS; func_idx++) in free_mbox_info()