Searched refs:ieee_pfc (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/net/ |
D | dcbnl.h | 55 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.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_dcbnl.c | 95 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.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dcb.c | 199 struct ieee_pfc *pfc) in xgbe_dcb_ieee_getpfc() 216 struct ieee_pfc *pfc) in xgbe_dcb_ieee_setpfc()
|
D | xgbe.h | 880 struct ieee_pfc *pfc;
|
D | xgbe-dev.c | 565 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() 1336 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_dcb_pfc()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 586 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()
|
D | ixgbe.h | 691 struct ieee_pfc *ixgbe_ieee_pfc;
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 193 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_getpfc() 204 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_setpfc()
|
/linux-4.4.14/include/uapi/linux/ |
D | dcbnl.h | 156 struct ieee_pfc { struct
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 94 struct ieee_pfc *pfc) in i40e_dcbnl_ieee_getpfc()
|
/linux-4.4.14/net/dcb/ |
D | dcbnl.c | 174 [DCB_ATTR_IEEE_PFC] = {.len = sizeof(struct ieee_pfc)}, 1096 struct ieee_pfc pfc; in dcbnl_ieee_fill() 1139 struct ieee_pfc pfc; in dcbnl_ieee_fill() 1456 struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]); in dcbnl_ieee_set()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 979 static int cxgb4_ieee_get_pfc(struct net_device *dev, struct ieee_pfc *pfc) in cxgb4_ieee_get_pfc() 984 memset(pfc, 0, sizeof(struct ieee_pfc)); in cxgb4_ieee_get_pfc()
|