Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_dcbnl.c53 if (h->kinfo.dcb_ops->ieee_setpfc) in hns3_dcbnl_ieee_setpfc()
54 return h->kinfo.dcb_ops->ieee_setpfc(h, pfc); in hns3_dcbnl_ieee_setpfc()
111 .ieee_setpfc = hns3_dcbnl_ieee_setpfc,
H A Dhnae3.h806 int (*ieee_setpfc)(struct hnae3_handle *, struct ieee_pfc *); member
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c134 .ieee_setpfc = fm10k_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-dcb.c146 .ieee_setpfc = dpaa2_eth_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c251 return edev->ops->dcb->ieee_setpfc(edev->cdev, pfc); in qede_dcbnl_ieee_setpfc()
309 .ieee_setpfc = qede_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dcb.c283 .ieee_setpfc = xgbe_dcb_ieee_setpfc,
/linux/include/net/
H A Ddcbnl.h74 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c719 .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc,
739 .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc,
/linux/include/linux/qed/
H A Dqed_eth_if.h195 int (*ieee_setpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc); member
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c464 .ieee_setpfc = otx2_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c659 .ieee_setpfc = hclge_ieee_setpfc,
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c644 .ieee_setpfc = mlxsw_sp_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c759 .ieee_setpfc = bnxt_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c843 .ieee_setpfc = i40e_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c757 .ieee_setpfc = ixgbe_dcbnl_ieee_setpfc,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c1005 .ieee_setpfc = ice_dcbnl_setpfc,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c997 .ieee_setpfc = mlx5e_dcbnl_ieee_setpfc,
/linux/net/dcb/
H A Ddcbnl.c1604 if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setpfc) { in dcbnl_ieee_set()
1606 err = ops->ieee_setpfc(netdev, pfc); in dcbnl_ieee_set()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c2405 .ieee_setpfc = qed_dcbnl_ieee_setpfc,