Symbol: dcbnl_rtnl_ops
drivers/net/ethernet/amd/xgbe/xgbe-dcb.c
169
static const struct dcbnl_rtnl_ops xgbe_dcbnl_ops = {
drivers/net/ethernet/amd/xgbe/xgbe-dcb.c
181
const struct dcbnl_rtnl_ops *xgbe_get_dcbnl_ops(void)
drivers/net/ethernet/amd/xgbe/xgbe.h
1282
const struct dcbnl_rtnl_ops *xgbe_get_dcbnl_ops(void);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c
2553
const struct dcbnl_rtnl_ops bnx2x_dcbnl_ops = {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h
200
extern const struct dcbnl_rtnl_ops bnx2x_dcbnl_ops;
drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c
757
static const struct dcbnl_rtnl_ops dcbnl_ops = {
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c
1242
const struct dcbnl_rtnl_ops cxgb4_dcb_ops = {
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h
125
extern const struct dcbnl_rtnl_ops cxgb4_dcb_ops;
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-dcb.c
144
const struct dcbnl_rtnl_ops dpaa2_eth_dcbnl_ops = {
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h
795
extern const struct dcbnl_rtnl_ops dpaa2_eth_dcbnl_ops;
drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c
107
static const struct dcbnl_rtnl_ops hns3_dcbnl_ops = {
drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c
130
static const struct dcbnl_rtnl_ops fm10k_dcbnl_ops = {
drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
837
static const struct dcbnl_rtnl_ops dcbnl_ops = {
drivers/net/ethernet/intel/ice/ice_dcb_nl.c
1000
static const struct dcbnl_rtnl_ops dcbnl_ops = {
drivers/net/ethernet/intel/ixgbe/ixgbe.h
948
extern const struct dcbnl_rtnl_ops ixgbe_dcbnl_ops;
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
752
const struct dcbnl_rtnl_ops ixgbe_dcbnl_ops = {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
470
static const struct dcbnl_rtnl_ops otx2_dcbnl_ops = {
drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c
707
const struct dcbnl_rtnl_ops mlx4_en_dcbnl_ops = {
drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c
734
const struct dcbnl_rtnl_ops mlx4_en_dcbnl_pfc_ops = {
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
763
extern const struct dcbnl_rtnl_ops mlx4_en_dcbnl_ops;
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
764
extern const struct dcbnl_rtnl_ops mlx4_en_dcbnl_pfc_ops;
drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c
1020
static const struct dcbnl_rtnl_ops mlx5e_dcbnl_ops = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
638
static const struct dcbnl_rtnl_ops mlxsw_sp_dcbnl_ops = {
drivers/net/ethernet/microchip/lan966x/lan966x_dcb.c
336
static const struct dcbnl_rtnl_ops lan966x_dcbnl_ops = {
drivers/net/ethernet/microchip/sparx5/sparx5_dcb.c
376
const struct dcbnl_rtnl_ops sparx5_dcbnl_ops = {
drivers/net/ethernet/microchip/sparx5/sparx5_main.h
741
extern const struct dcbnl_rtnl_ops sparx5_dcbnl_ops;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
513
static const struct dcbnl_rtnl_ops nfp_nic_dcbnl_ops = {
drivers/net/ethernet/qlogic/qede/qede_dcbnl.c
307
static const struct dcbnl_rtnl_ops qede_dcbnl_ops = {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
1126
static const struct dcbnl_rtnl_ops qlcnic_dcbnl_ops = {
drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
53
static const struct dcbnl_rtnl_ops qlcnic_dcbnl_ops;
include/linux/netdevice.h
2444
const struct dcbnl_rtnl_ops *dcbnl_ops;
net/dcb/dcbnl.c
1013
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dcb/dcbnl.c
1065
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dcb/dcbnl.c
1140
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dcb/dcbnl.c
1313
const struct dcbnl_rtnl_ops *ops = dev->dcbnl_ops;
net/dcb/dcbnl.c
1366
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dcb/dcbnl.c
1511
const struct dcbnl_rtnl_ops *ops = dev->dcbnl_ops;
net/dcb/dcbnl.c
1562
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dcb/dcbnl.c
1698
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dcb/dcbnl.c
1709
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dcb/dcbnl.c
1863
const struct dcbnl_rtnl_ops *ops = netdev->dcbnl_ops;
net/dsa/user.c
2527
static const struct dcbnl_rtnl_ops __maybe_unused dsa_user_dcbnl_ops = {