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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c723 struct dcb_dscp_map *p_dscp_map; local
728 p_dscp_map = &p_hwfn->p_dcbx_info->dscp_map;
729 p_dscp->enabled = GET_MFW_FIELD(p_dscp_map->flags, DCB_DSCP_ENABLE);
735 pri_map = p_dscp_map->dscp_pri_map[i];
1363 struct dcb_dscp_map *p_dscp_map,
1369 OSAL_MEMCPY(p_dscp_map, &p_hwfn->p_dcbx_info->dscp_map,
1370 sizeof(*p_dscp_map));
1372 p_dscp_map->flags &= ~DCB_DSCP_ENABLE_MASK;
1374 p_dscp_map->flags |= DCB_DSCP_ENABLE_MASK;
1382 p_dscp_map
1362 ecore_dcbx_set_dscp_params(struct ecore_hwfn *p_hwfn, struct dcb_dscp_map *p_dscp_map, struct ecore_dcbx_set *p_params) argument
[all...]

Completed in 102 milliseconds