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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h251 bool drv_resc_alloc; member in struct:ecore_hw_prepare_params
H A Decore_dev.c4818 bool drv_resc_alloc)
4875 drv_resc_alloc ? " - Applying default values" : "");
4876 if (drv_resc_alloc) {
4899 bool drv_resc_alloc)
4905 rc = __ecore_hw_set_resc_info(p_hwfn, res_id, drv_resc_alloc);
4938 bool drv_resc_alloc)
5005 rc = ecore_hw_set_resc_info(p_hwfn, drv_resc_alloc);
5577 bool drv_resc_alloc = p_params->drv_resc_alloc; local
5684 rc = ecore_hw_get_resc(p_hwfn, p_ptt, drv_resc_alloc);
4817 __ecore_hw_set_resc_info(struct ecore_hwfn *p_hwfn, enum ecore_resources res_id, bool drv_resc_alloc) argument
4898 ecore_hw_set_resc_info(struct ecore_hwfn *p_hwfn, bool drv_resc_alloc) argument
4936 ecore_hw_get_resc(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, bool drv_resc_alloc) argument
[all...]
H A Dqlnx_os.c1285 params.drv_resc_alloc = false;

Completed in 189 milliseconds