Home
last modified time | relevance | path

Searched refs:ieee_getpfc (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_dcbnl.c151 .ieee_getpfc = fm10k_dcbnl_ieee_getpfc,
/linux-4.1.27/include/net/
Ddcbnl.h55 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *); member
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dcb.c258 .ieee_getpfc = xgbe_dcb_ieee_getpfc,
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c470 .ieee_getpfc = mlx4_en_dcbnl_ieee_getpfc,
481 .ieee_getpfc = mlx4_en_dcbnl_ieee_getpfc,
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c155 .ieee_getpfc = i40e_dcbnl_ieee_getpfc,
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c783 .ieee_getpfc = ixgbe_dcbnl_ieee_getpfc,
/linux-4.1.27/net/dcb/
Ddcbnl.c1098 if (ops->ieee_getpfc) { in dcbnl_ieee_fill()
1101 err = ops->ieee_getpfc(netdev, &pfc); in dcbnl_ieee_fill()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c1206 .ieee_getpfc = cxgb4_ieee_get_pfc,