Home
last modified time | relevance | path

Searched refs:ieee_setpfc (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/net/
Ddcbnl.h52 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); member
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c772 .ieee_setpfc = ixgbe_dcbnl_ieee_setpfc,
/linux-3.4.99/net/dcb/
Ddcbnl.c1599 if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setpfc) { in dcbnl_ieee_set()
1601 err = ops->ieee_setpfc(netdev, pfc); in dcbnl_ieee_set()