Home
last modified time | relevance | path

Searched refs:ieee_pfc (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/net/
Ddcbnl.h55 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *);
56 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *);
61 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *);
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_dcbnl.c95 static int fm10k_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) in fm10k_dcbnl_ieee_getpfc()
111 static int fm10k_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) in fm10k_dcbnl_ieee_setpfc()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dcb.c196 struct ieee_pfc *pfc) in xgbe_dcb_ieee_getpfc()
213 struct ieee_pfc *pfc) in xgbe_dcb_ieee_setpfc()
Dxgbe.h777 struct ieee_pfc *pfc;
Dxgbe-dev.c565 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_tx_flow_control()
577 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_rx_flow_control()
589 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_flow_control()
1345 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_dcb_pfc()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c586 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_getpfc()
589 struct ieee_pfc *my_pfc = adapter->ixgbe_ieee_pfc; in ixgbe_dcbnl_ieee_getpfc()
611 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_setpfc()
622 adapter->ixgbe_ieee_pfc = kmalloc(sizeof(struct ieee_pfc), in ixgbe_dcbnl_ieee_setpfc()
742 struct ieee_pfc pfc = {0}; in ixgbe_dcbnl_setdcbx()
Dixgbe.h678 struct ieee_pfc *ixgbe_ieee_pfc;
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c193 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_getpfc()
204 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_setpfc()
/linux-4.1.27/include/uapi/linux/
Ddcbnl.h156 struct ieee_pfc { struct
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c94 struct ieee_pfc *pfc) in i40e_dcbnl_ieee_getpfc()
/linux-4.1.27/net/dcb/
Ddcbnl.c177 [DCB_ATTR_IEEE_PFC] = {.len = sizeof(struct ieee_pfc)},
1099 struct ieee_pfc pfc; in dcbnl_ieee_fill()
1142 struct ieee_pfc pfc; in dcbnl_ieee_fill()
1459 struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]); in dcbnl_ieee_set()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c967 static int cxgb4_ieee_get_pfc(struct net_device *dev, struct ieee_pfc *pfc) in cxgb4_ieee_get_pfc()
972 memset(pfc, 0, sizeof(struct ieee_pfc)); in cxgb4_ieee_get_pfc()