Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Ddcbnl.h49 int (*ieee_getets) (struct net_device *, struct ieee_ets *);
50 int (*ieee_setets) (struct net_device *, struct ieee_ets *);
56 int (*ieee_peer_getets) (struct net_device *, struct ieee_ets *);
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c557 struct ieee_ets *ets) in ixgbe_dcbnl_ieee_getets()
560 struct ieee_ets *my_ets = adapter->ixgbe_ieee_ets; in ixgbe_dcbnl_ieee_getets()
577 struct ieee_ets *ets) in ixgbe_dcbnl_ieee_setets()
588 adapter->ixgbe_ieee_ets = kmalloc(sizeof(struct ieee_ets), in ixgbe_dcbnl_ieee_setets()
729 struct ieee_ets ets = {0}; in ixgbe_dcbnl_setdcbx()
Dixgbe_dcb.h155 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max);
Dixgbe_dcb.c307 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max_frame) in ixgbe_dcb_hw_ets()
Dixgbe.h474 struct ieee_ets *ixgbe_ieee_ets;
/linux-3.4.99/include/linux/
Ddcbnl.h57 struct ieee_ets { struct
/linux-3.4.99/net/dcb/
Ddcbnl.c178 [DCB_ATTR_IEEE_ETS] = {.len = sizeof(struct ieee_ets)},
1241 struct ieee_ets ets; in dcbnl_ieee_fill()
1282 struct ieee_ets ets; in dcbnl_ieee_fill()
1593 struct ieee_ets *ets = nla_data(ieee[DCB_ATTR_IEEE_ETS]); in dcbnl_ieee_set()