Home
last modified time | relevance | path

Searched refs:ieee_pfc (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/net/
Ddcbnl.h51 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *);
52 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *);
57 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *);
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c622 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_getpfc()
625 struct ieee_pfc *my_pfc = adapter->ixgbe_ieee_pfc; in ixgbe_dcbnl_ieee_getpfc()
647 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_setpfc()
656 adapter->ixgbe_ieee_pfc = kmalloc(sizeof(struct ieee_pfc), in ixgbe_dcbnl_ieee_setpfc()
730 struct ieee_pfc pfc = {0}; in ixgbe_dcbnl_setdcbx()
Dixgbe.h473 struct ieee_pfc *ixgbe_ieee_pfc;
/linux-3.4.99/include/linux/
Ddcbnl.h81 struct ieee_pfc { struct
/linux-3.4.99/net/dcb/
Ddcbnl.c179 [DCB_ATTR_IEEE_PFC] = {.len = sizeof(struct ieee_pfc)},
1249 struct ieee_pfc pfc; in dcbnl_ieee_fill()
1290 struct ieee_pfc pfc; in dcbnl_ieee_fill()
1600 struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]); in dcbnl_ieee_set()