Searched refs:p_dscp_map (Results 1 – 1 of 1) sorted by relevance
769 struct dcb_dscp_map *p_dscp_map; in ecore_dcbx_get_dscp_params() local774 p_dscp_map = &p_hwfn->p_dcbx_info->dscp_map; in ecore_dcbx_get_dscp_params()775 p_dscp->enabled = ECORE_MFW_GET_FIELD(p_dscp_map->flags, in ecore_dcbx_get_dscp_params()781 pri_map = OSAL_BE32_TO_CPU(p_dscp_map->dscp_pri_map[i]); in ecore_dcbx_get_dscp_params()1358 struct dcb_dscp_map *p_dscp_map, in ecore_dcbx_set_dscp_params() argument1364 OSAL_MEMCPY(p_dscp_map, &p_hwfn->p_dcbx_info->dscp_map, in ecore_dcbx_set_dscp_params()1365 sizeof(*p_dscp_map)); in ecore_dcbx_set_dscp_params()1367 p_dscp_map->flags &= ~DCB_DSCP_ENABLE_MASK; in ecore_dcbx_set_dscp_params()1369 p_dscp_map->flags |= DCB_DSCP_ENABLE_MASK; in ecore_dcbx_set_dscp_params()1377 p_dscp_map->dscp_pri_map[i] = OSAL_CPU_TO_BE32(val); in ecore_dcbx_set_dscp_params()[all …]