Searched refs:ieee_setpfc (Results 1 – 6 of 6) sorted by relevance
152 .ieee_setpfc = fm10k_dcbnl_ieee_setpfc,
56 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); member
259 .ieee_setpfc = xgbe_dcb_ieee_setpfc,
471 .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc,482 .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc,
784 .ieee_setpfc = ixgbe_dcbnl_ieee_setpfc,
1458 if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setpfc) { in dcbnl_ieee_set()1460 err = ops->ieee_setpfc(netdev, pfc); in dcbnl_ieee_set()