ieee_setpfc 283 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c .ieee_setpfc = xgbe_dcb_ieee_setpfc, ieee_setpfc 718 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c .ieee_setpfc = bnxt_dcbnl_ieee_setpfc, ieee_setpfc 541 drivers/net/ethernet/hisilicon/hns3/hnae3.h int (*ieee_setpfc)(struct hnae3_handle *, struct ieee_pfc *); ieee_setpfc 53 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c if (h->kinfo.dcb_ops->ieee_setpfc) ieee_setpfc 54 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c return h->kinfo.dcb_ops->ieee_setpfc(h, pfc); ieee_setpfc 85 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c .ieee_setpfc = hns3_dcbnl_ieee_setpfc, ieee_setpfc 447 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c .ieee_setpfc = hclge_ieee_setpfc, ieee_setpfc 134 drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c .ieee_setpfc = fm10k_dcbnl_ieee_setpfc, ieee_setpfc 759 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c .ieee_setpfc = ixgbe_dcbnl_ieee_setpfc, ieee_setpfc 719 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc, ieee_setpfc 739 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc, ieee_setpfc 986 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c .ieee_setpfc = mlx5e_dcbnl_ieee_setpfc, ieee_setpfc 629 drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c .ieee_setpfc = mlxsw_sp_dcbnl_ieee_setpfc, ieee_setpfc 2432 drivers/net/ethernet/qlogic/qed/qed_dcbx.c .ieee_setpfc = qed_dcbnl_ieee_setpfc, ieee_setpfc 250 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c return edev->ops->dcb->ieee_setpfc(edev->cdev, pfc); ieee_setpfc 308 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c .ieee_setpfc = qede_dcbnl_ieee_setpfc, ieee_setpfc 232 include/linux/qed/qed_eth_if.h int (*ieee_setpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc); ieee_setpfc 58 include/net/dcbnl.h int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); ieee_setpfc 1467 net/dcb/dcbnl.c if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setpfc) { ieee_setpfc 1469 net/dcb/dcbnl.c err = ops->ieee_setpfc(netdev, pfc);