Searched refs:ieee_setpfc (Results 1 – 19 of 19) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_dcbnl.c | 53 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 D | hnae3.h | 806 int (*ieee_setpfc)(struct hnae3_handle *, struct ieee_pfc *); member
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_dcbnl.c | 134 .ieee_setpfc = fm10k_dcbnl_ieee_setpfc,
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-dcb.c | 146 .ieee_setpfc = dpaa2_eth_dcbnl_ieee_setpfc,
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_dcbnl.c | 251 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 D | xgbe-dcb.c | 283 .ieee_setpfc = xgbe_dcb_ieee_setpfc,
|
/linux/include/net/ |
H A D | dcbnl.h | 74 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); member
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 719 .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc, 739 .ieee_setpfc = mlx4_en_dcbnl_ieee_setpfc,
|
/linux/include/linux/qed/ |
H A D | qed_eth_if.h | 195 int (*ieee_setpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc); member
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_dcbnl.c | 464 .ieee_setpfc = otx2_dcbnl_ieee_setpfc,
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 659 .ieee_setpfc = hclge_ieee_setpfc,
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_dcb.c | 644 .ieee_setpfc = mlxsw_sp_dcbnl_ieee_setpfc,
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 759 .ieee_setpfc = bnxt_dcbnl_ieee_setpfc,
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 843 .ieee_setpfc = i40e_dcbnl_ieee_setpfc,
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 757 .ieee_setpfc = ixgbe_dcbnl_ieee_setpfc,
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 1005 .ieee_setpfc = ice_dcbnl_setpfc,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 997 .ieee_setpfc = mlx5e_dcbnl_ieee_setpfc,
|
/linux/net/dcb/ |
H A D | dcbnl.c | 1604 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 D | qed_dcbx.c | 2405 .ieee_setpfc = qed_dcbnl_ieee_setpfc,
|