Searched refs:ieee_getpfc (Results 1 – 20 of 20) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_dcbnl.c | 40 if (h->kinfo.dcb_ops->ieee_getpfc) in hns3_dcbnl_ieee_getpfc() 41 return h->kinfo.dcb_ops->ieee_getpfc(h, pfc); in hns3_dcbnl_ieee_getpfc() 110 .ieee_getpfc = hns3_dcbnl_ieee_getpfc,
|
D | hnae3.h | 786 int (*ieee_getpfc)(struct hnae3_handle *, struct ieee_pfc *); member
|
/linux-6.6.21/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_dcbnl.c | 133 .ieee_getpfc = fm10k_dcbnl_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth-dcb.c | 145 .ieee_getpfc = dpaa2_eth_dcbnl_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 243 return edev->ops->dcb->ieee_getpfc(edev->cdev, pfc); in qede_dcbnl_ieee_getpfc() 308 .ieee_getpfc = qede_dcbnl_ieee_getpfc,
|
/linux-6.6.21/include/net/ |
D | dcbnl.h | 73 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *); member
|
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dcb.c | 282 .ieee_getpfc = xgbe_dcb_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 718 .ieee_getpfc = mlx4_en_dcbnl_ieee_getpfc, 738 .ieee_getpfc = mlx4_en_dcbnl_ieee_getpfc,
|
/linux-6.6.21/include/linux/qed/ |
D | qed_eth_if.h | 194 int (*ieee_getpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc); member
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_dcbnl.c | 457 .ieee_getpfc = otx2_dcbnl_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_dcb.c | 656 .ieee_getpfc = hclge_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dcb.c | 643 .ieee_getpfc = mlxsw_sp_dcbnl_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_dcb.c | 758 .ieee_getpfc = bnxt_dcbnl_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 756 .ieee_getpfc = ixgbe_dcbnl_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 843 .ieee_getpfc = i40e_dcbnl_ieee_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 1004 .ieee_getpfc = ice_dcbnl_getpfc,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 996 .ieee_getpfc = mlx5e_dcbnl_ieee_getpfc,
|
/linux-6.6.21/net/dcb/ |
D | dcbnl.c | 1201 if (ops->ieee_getpfc) { in dcbnl_ieee_fill() 1204 err = ops->ieee_getpfc(netdev, &pfc); in dcbnl_ieee_fill()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 1244 .ieee_getpfc = cxgb4_ieee_get_pfc,
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 2404 .ieee_getpfc = qed_dcbnl_ieee_getpfc,
|