Home
last modified time | relevance | path

Searched refs:ieee_ets (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/include/net/
Ddcbnl.h48 int (*ieee_getets) (struct net_device *, struct ieee_ets *);
49 int (*ieee_setets) (struct net_device *, struct ieee_ets *);
60 int (*ieee_peer_getets) (struct net_device *, struct ieee_ets *);
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_dcbnl.c29 static int fm10k_dcbnl_ieee_getets(struct net_device *dev, struct ieee_ets *ets) in fm10k_dcbnl_ieee_getets()
54 static int fm10k_dcbnl_ieee_setets(struct net_device *dev, struct ieee_ets *ets) in fm10k_dcbnl_ieee_setets()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c84 struct ieee_ets *ets) in mlx4_en_dcbnl_ieee_getets()
87 struct ieee_ets *my_ets = &priv->ets; in mlx4_en_dcbnl_ieee_getets()
102 static int mlx4_en_ets_validate(struct mlx4_en_priv *priv, struct ieee_ets *ets) in mlx4_en_ets_validate()
139 struct ieee_ets *ets, u16 *ratelimit) in mlx4_en_config_port_scheduler()
169 mlx4_en_dcbnl_ieee_setets(struct net_device *dev, struct ieee_ets *ets) in mlx4_en_dcbnl_ieee_setets()
Dmlx4_en.h587 struct ieee_ets ets;
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dcb.c124 struct ieee_ets *ets) in xgbe_dcb_ieee_getets()
145 struct ieee_ets *ets) in xgbe_dcb_ieee_setets()
Dxgbe.h776 struct ieee_ets *ets;
Dxgbe-dev.c1304 struct ieee_ets *ets = pdata->ets; in xgbe_config_dcb_tc()
1346 struct ieee_ets *ets = pdata->ets; in xgbe_config_dcb_pfc()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c513 struct ieee_ets *ets) in ixgbe_dcbnl_ieee_getets()
516 struct ieee_ets *my_ets = adapter->ixgbe_ieee_ets; in ixgbe_dcbnl_ieee_getets()
533 struct ieee_ets *ets) in ixgbe_dcbnl_ieee_setets()
545 adapter->ixgbe_ieee_ets = kmalloc(sizeof(struct ieee_ets), in ixgbe_dcbnl_ieee_setets()
741 struct ieee_ets ets = {0}; in ixgbe_dcbnl_setdcbx()
Dixgbe_dcb.h156 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max);
Dixgbe_dcb.c316 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max_frame) in ixgbe_dcb_hw_ets()
Dixgbe.h679 struct ieee_ets *ixgbe_ieee_ets;
Dixgbe_main.c7668 struct ieee_ets *ets = adapter->ixgbe_ieee_ets; in ixgbe_set_prio_tc_map()
/linux-4.1.27/include/uapi/linux/
Ddcbnl.h57 struct ieee_ets { struct
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c55 struct ieee_ets *ets) in i40e_dcbnl_ieee_getets()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c906 static int cxgb4_ieee_read_ets(struct net_device *dev, struct ieee_ets *ets, in cxgb4_ieee_read_ets()
961 static int cxgb4_ieee_get_ets(struct net_device *dev, struct ieee_ets *ets) in cxgb4_ieee_get_ets()
983 static int cxgb4_ieee_peer_ets(struct net_device *dev, struct ieee_ets *ets) in cxgb4_ieee_peer_ets()
/linux-4.1.27/net/dcb/
Ddcbnl.c176 [DCB_ATTR_IEEE_ETS] = {.len = sizeof(struct ieee_ets)},
1052 struct ieee_ets ets; in dcbnl_ieee_fill()
1133 struct ieee_ets ets; in dcbnl_ieee_fill()
1435 struct ieee_ets *ets = nla_data(ieee[DCB_ATTR_IEEE_ETS]); in dcbnl_ieee_set()