Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_mp.c288 process_data.eth_dev_cnt++; in hns3_mp_init()
300 process_data.eth_dev_cnt--; in hns3_mp_uninit()
301 if (process_data.eth_dev_cnt == 0) { in hns3_mp_uninit()
H A Dhns3_mp.h11 int eth_dev_cnt; /* Ethdev count under the current process. */ member