Home
last modified time | relevance | path

Searched refs:drv_resc_alloc (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h254 bool drv_resc_alloc; member
H A Decore_dev.c4583 bool drv_resc_alloc) in __ecore_hw_set_resc_info() argument
4644 drv_resc_alloc ? " - Applying default values" : ""); in __ecore_hw_set_resc_info()
4645 if (drv_resc_alloc) { in __ecore_hw_set_resc_info()
4655 bool drv_resc_alloc) in ecore_hw_set_resc_info() argument
4661 rc = __ecore_hw_set_resc_info(p_hwfn, res_id, drv_resc_alloc); in ecore_hw_set_resc_info()
4724 bool drv_resc_alloc) in ecore_hw_get_resc() argument
4785 rc = ecore_hw_set_resc_info(p_hwfn, drv_resc_alloc); in ecore_hw_get_resc()
5365 bool drv_resc_alloc = p_params->drv_resc_alloc; in ecore_get_hw_info() local
5473 rc = ecore_hw_get_resc(p_hwfn, p_ptt, drv_resc_alloc); in ecore_get_hw_info()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_main.c66 hw_prepare_params.drv_resc_alloc = false; in qed_probe()