Searched refs:ieee_ets (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/include/net/ |
D | dcbnl.h | 48 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/ |
D | fm10k_dcbnl.c | 29 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/ |
D | en_dcb_nl.c | 84 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()
|
D | mlx4_en.h | 587 struct ieee_ets ets;
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dcb.c | 124 struct ieee_ets *ets) in xgbe_dcb_ieee_getets() 145 struct ieee_ets *ets) in xgbe_dcb_ieee_setets()
|
D | xgbe.h | 776 struct ieee_ets *ets;
|
D | xgbe-dev.c | 1304 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/ |
D | ixgbe_dcb_nl.c | 513 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()
|
D | ixgbe_dcb.h | 156 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max);
|
D | ixgbe_dcb.c | 316 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max_frame) in ixgbe_dcb_hw_ets()
|
D | ixgbe.h | 679 struct ieee_ets *ixgbe_ieee_ets;
|
D | ixgbe_main.c | 7668 struct ieee_ets *ets = adapter->ixgbe_ieee_ets; in ixgbe_set_prio_tc_map()
|
/linux-4.1.27/include/uapi/linux/ |
D | dcbnl.h | 57 struct ieee_ets { struct
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 55 struct ieee_ets *ets) in i40e_dcbnl_ieee_getets()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 906 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/ |
D | dcbnl.c | 176 [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()
|