Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h716 uint16_t max_umv_size; member
H A Dhns3_ethdev.c1201 pf->max_umv_size = (!!allocated_size) ? allocated_size : in hns3_init_umv_space()
1214 if (pf->max_umv_size == 0) in hns3_uninit_umv_space()
1217 ret = hns3_set_umv_space(hw, pf->max_umv_size, NULL, false); in hns3_uninit_umv_space()
1221 pf->max_umv_size = 0; in hns3_uninit_umv_space()
1233 is_full = (pf->used_umv_size >= pf->max_umv_size); in hns3_is_umv_space_full()