Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h814 uint16_t max_umv_size; member
H A Dhns3_ethdev.c1275 pf->max_umv_size = (!!allocated_size) ? allocated_size : in hns3_init_umv_space()
1288 if (pf->max_umv_size == 0) in hns3_uninit_umv_space()
1291 ret = hns3_set_umv_space(hw, pf->max_umv_size, NULL, false); in hns3_uninit_umv_space()
1295 pf->max_umv_size = 0; in hns3_uninit_umv_space()
1307 is_full = (pf->used_umv_size >= pf->max_umv_size); in hns3_is_umv_space_full()