Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h251 bool drv_resc_alloc; member
H A Decore_dev.c4818 bool drv_resc_alloc) in __ecore_hw_set_resc_info() argument
4875 drv_resc_alloc ? " - Applying default values" : ""); in __ecore_hw_set_resc_info()
4876 if (drv_resc_alloc) { in __ecore_hw_set_resc_info()
4899 bool drv_resc_alloc) in ecore_hw_set_resc_info() argument
4905 rc = __ecore_hw_set_resc_info(p_hwfn, res_id, drv_resc_alloc); in ecore_hw_set_resc_info()
4938 bool drv_resc_alloc) in ecore_hw_get_resc() argument
5005 rc = ecore_hw_set_resc_info(p_hwfn, drv_resc_alloc); in ecore_hw_get_resc()
5577 bool drv_resc_alloc = p_params->drv_resc_alloc; in ecore_get_hw_info() local
5684 rc = ecore_hw_get_resc(p_hwfn, p_ptt, drv_resc_alloc); in ecore_get_hw_info()
H A Dqlnx_os.c1285 params.drv_resc_alloc = false; in qlnx_init_hw()