linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-dcb.c

// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/* Copyright 2020 NXP */

#include "dpaa2-eth.h"

static int dpaa2_eth_dcbnl_ieee_getpfc(struct net_device *net_dev,
				       struct ieee_pfc *pfc)
{}

static inline bool dpaa2_eth_is_prio_enabled(u8 pfc_en, u8 tc)
{}

static int dpaa2_eth_set_pfc_cn(struct dpaa2_eth_priv *priv, u8 pfc_en)
{}

static int dpaa2_eth_dcbnl_ieee_setpfc(struct net_device *net_dev,
				       struct ieee_pfc *pfc)
{}

static u8 dpaa2_eth_dcbnl_getdcbx(struct net_device *net_dev)
{}

static u8 dpaa2_eth_dcbnl_setdcbx(struct net_device *net_dev, u8 mode)
{}

static u8 dpaa2_eth_dcbnl_getcap(struct net_device *net_dev, int capid, u8 *cap)
{}

const struct dcbnl_rtnl_ops dpaa2_eth_dcbnl_ops =;