Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev_api.h235 bool drv_resc_alloc; member
H A Decore_dev.c3051 bool drv_resc_alloc) in __ecore_hw_set_resc_info() argument
3108 drv_resc_alloc ? " - Applying default values" : ""); in __ecore_hw_set_resc_info()
3109 if (drv_resc_alloc) { in __ecore_hw_set_resc_info()
3132 bool drv_resc_alloc) in ecore_hw_set_resc_info() argument
3138 rc = __ecore_hw_set_resc_info(p_hwfn, res_id, drv_resc_alloc); in ecore_hw_set_resc_info()
3150 bool drv_resc_alloc) in ecore_hw_get_resc() argument
3214 rc = ecore_hw_set_resc_info(p_hwfn, drv_resc_alloc); in ecore_hw_get_resc()
3691 bool drv_resc_alloc = p_params->drv_resc_alloc; in ecore_get_hw_info() local
3800 rc = ecore_hw_get_resc(p_hwfn, drv_resc_alloc); in ecore_get_hw_info()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c873 p_params.drv_resc_alloc = 0; in qede_prepare_edev()