Searched refs:ieee_setpfc (Results 1 – 3 of 3) sorted by relevance
52 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); member
772 .ieee_setpfc = ixgbe_dcbnl_ieee_setpfc,
1599 if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setpfc) { in dcbnl_ieee_set()1601 err = ops->ieee_setpfc(netdev, pfc); in dcbnl_ieee_set()