Searched refs:p_dscp_map (Results 1 – 1 of 1) sorted by relevance
721 struct dcb_dscp_map *p_dscp_map; in ecore_dcbx_get_dscp_params() local726 p_dscp_map = &p_hwfn->p_dcbx_info->dscp_map; in ecore_dcbx_get_dscp_params()727 p_dscp->enabled = GET_MFW_FIELD(p_dscp_map->flags, DCB_DSCP_ENABLE); in ecore_dcbx_get_dscp_params()733 pri_map = p_dscp_map->dscp_pri_map[i]; in ecore_dcbx_get_dscp_params()1361 struct dcb_dscp_map *p_dscp_map, in ecore_dcbx_set_dscp_params() argument1367 OSAL_MEMCPY(p_dscp_map, &p_hwfn->p_dcbx_info->dscp_map, in ecore_dcbx_set_dscp_params()1368 sizeof(*p_dscp_map)); in ecore_dcbx_set_dscp_params()1370 p_dscp_map->flags &= ~DCB_DSCP_ENABLE_MASK; in ecore_dcbx_set_dscp_params()1372 p_dscp_map->flags |= DCB_DSCP_ENABLE_MASK; in ecore_dcbx_set_dscp_params()1380 p_dscp_map->dscp_pri_map[i] = val; in ecore_dcbx_set_dscp_params()[all …]