Searched refs:res_id (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dev.c | 2854 const char *ecore_hw_get_resc_name(enum ecore_resources res_id) in ecore_hw_get_resc_name() argument 2856 switch (res_id) { in ecore_hw_get_resc_name() 2892 enum ecore_resources res_id, u32 resc_max_val, in __ecore_hw_set_soft_resc_size() argument 2897 rc = ecore_mcp_set_resc_max_val(p_hwfn, p_hwfn->p_main_ptt, res_id, in __ecore_hw_set_soft_resc_size() 2902 res_id, ecore_hw_get_resc_name(res_id)); in __ecore_hw_set_soft_resc_size() 2909 res_id, ecore_hw_get_resc_name(res_id), *p_mcp_resp); in __ecore_hw_set_soft_resc_size() 2919 u8 res_id; in ecore_hw_set_soft_resc_size() local 2922 for (res_id = 0; res_id < ECORE_MAX_RESC; res_id++) { in ecore_hw_set_soft_resc_size() 2923 switch (res_id) { in ecore_hw_set_soft_resc_size() 2944 rc = __ecore_hw_set_soft_resc_size(p_hwfn, res_id, in ecore_hw_set_soft_resc_size() [all …]
|
H A D | ecore_mcp.h | 464 enum ecore_resources res_id, u32 resc_max_val, 481 enum ecore_resources res_id, u32 *p_mcp_resp,
|
H A D | ecore_mcp.c | 3550 ecore_mcp_get_mfw_res_id(enum ecore_resources res_id) in ecore_mcp_get_mfw_res_id() argument 3554 switch (res_id) { in ecore_mcp_get_mfw_res_id() 3612 enum ecore_resources res_id; member 3638 mfw_resc_info.res_id = ecore_mcp_get_mfw_res_id(p_in_params->res_id); in ecore_mcp_resc_allocation_msg() 3639 if (mfw_resc_info.res_id == RESOURCE_NUM_INVALID) { in ecore_mcp_resc_allocation_msg() 3642 p_in_params->res_id, in ecore_mcp_resc_allocation_msg() 3643 ecore_hw_get_resc_name(p_in_params->res_id)); in ecore_mcp_resc_allocation_msg() 3669 p_in_params->cmd, p_in_params->res_id, in ecore_mcp_resc_allocation_msg() 3670 ecore_hw_get_resc_name(p_in_params->res_id), in ecore_mcp_resc_allocation_msg() 3704 enum ecore_resources res_id, u32 resc_max_val, in ecore_mcp_set_resc_max_val() argument [all …]
|
H A D | ecore.h | 922 const char *ecore_hw_get_resc_name(enum ecore_resources res_id);
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 1434 idmap_id *res_id; in idmap_get_mappings() local 1464 res_id = &res.ids.ids_val[i].id; in idmap_get_mappings() 1467 switch (res_id->idtype) { in idmap_get_mappings() 1470 *gh->retlist[i].uid = res_id->idmap_id_u.uid; in idmap_get_mappings() 1480 res_id->idmap_id_u.uid, 1, in idmap_get_mappings() 1486 res_id->idmap_id_u.uid, in idmap_get_mappings() 1493 *gh->retlist[i].gid = res_id->idmap_id_u.gid; in idmap_get_mappings() 1503 res_id->idmap_id_u.gid, 0, in idmap_get_mappings() 1509 res_id->idmap_id_u.gid, in idmap_get_mappings() 1526 res_id->idmap_id_u.sid.rid; in idmap_get_mappings() [all …]
|
/illumos-gate/usr/src/uts/common/io/vioscsi/ |
H A D | vioscsi.h | 158 uint32_t res_id; member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | mcp_public.h | 1047 enum resource_id_enum res_id; member
|