ieee_getpfc       282 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c 	.ieee_getpfc = xgbe_dcb_ieee_getpfc,
ieee_getpfc       717 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c 	.ieee_getpfc	= bnxt_dcbnl_ieee_getpfc,
ieee_getpfc      1244 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	.ieee_getpfc		= cxgb4_ieee_get_pfc,
ieee_getpfc       540 drivers/net/ethernet/hisilicon/hns3/hnae3.h 	int (*ieee_getpfc)(struct hnae3_handle *, struct ieee_pfc *);
ieee_getpfc        40 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c 	if (h->kinfo.dcb_ops->ieee_getpfc)
ieee_getpfc        41 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c 		return h->kinfo.dcb_ops->ieee_getpfc(h, pfc);
ieee_getpfc        84 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c 	.ieee_getpfc	= hns3_dcbnl_ieee_getpfc,
ieee_getpfc       446 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c 	.ieee_getpfc	= hclge_ieee_getpfc,
ieee_getpfc       133 drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c 	.ieee_getpfc	= fm10k_dcbnl_ieee_getpfc,
ieee_getpfc       133 drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c 	.ieee_getpfc	= i40e_dcbnl_ieee_getpfc,
ieee_getpfc       758 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c 	.ieee_getpfc	= ixgbe_dcbnl_ieee_getpfc,
ieee_getpfc       718 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	.ieee_getpfc		= mlx4_en_dcbnl_ieee_getpfc,
ieee_getpfc       738 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	.ieee_getpfc	= mlx4_en_dcbnl_ieee_getpfc,
ieee_getpfc       985 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	.ieee_getpfc	= mlx5e_dcbnl_ieee_getpfc,
ieee_getpfc       628 drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c 	.ieee_getpfc		= mlxsw_sp_dcbnl_ieee_getpfc,
ieee_getpfc      2431 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	.ieee_getpfc = qed_dcbnl_ieee_getpfc,
ieee_getpfc       242 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c 	return edev->ops->dcb->ieee_getpfc(edev->cdev, pfc);
ieee_getpfc       307 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c 	.ieee_getpfc = qede_dcbnl_ieee_getpfc,
ieee_getpfc       231 include/linux/qed/qed_eth_if.h 	int (*ieee_getpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc);
ieee_getpfc        57 include/net/dcbnl.h 	int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *);
ieee_getpfc      1093 net/dcb/dcbnl.c 	if (ops->ieee_getpfc) {
ieee_getpfc      1096 net/dcb/dcbnl.c 		err = ops->ieee_getpfc(netdev, &pfc);