/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_dcb.c | 241 static int bnxt_hwrm_queue_pfc_cfg(struct bnxt *bp, struct ieee_pfc *pfc) in bnxt_hwrm_queue_pfc_cfg() 289 static int bnxt_hwrm_queue_pfc_qcfg(struct bnxt *bp, struct ieee_pfc *pfc) in bnxt_hwrm_queue_pfc_qcfg() 583 static int bnxt_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) in bnxt_dcbnl_ieee_getpfc() 587 struct ieee_pfc *my_pfc = bp->ieee_pfc; in bnxt_dcbnl_ieee_getpfc() 600 bp->ieee_pfc = my_pfc; in bnxt_dcbnl_ieee_getpfc() 623 static int bnxt_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) in bnxt_dcbnl_ieee_setpfc() 626 struct ieee_pfc *my_pfc = bp->ieee_pfc; in bnxt_dcbnl_ieee_setpfc() 637 bp->ieee_pfc = my_pfc; in bnxt_dcbnl_ieee_setpfc() 774 kfree(bp->ieee_pfc); in bnxt_dcb_free() 776 bp->ieee_pfc = NULL; in bnxt_dcb_free()
|
A D | bnxt_dcb.h | 18 struct ieee_pfc *ieee_pfc; member
|
/linux/include/net/ |
A D | dcbnl.h | 57 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *); 58 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); 63 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *);
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_dcbnl.c | 33 static int hns3_dcbnl_ieee_getpfc(struct net_device *ndev, struct ieee_pfc *pfc) in hns3_dcbnl_ieee_getpfc() 46 static int hns3_dcbnl_ieee_setpfc(struct net_device *ndev, struct ieee_pfc *pfc) in hns3_dcbnl_ieee_setpfc()
|
A D | hnae3.h | 738 int (*ieee_getpfc)(struct hnae3_handle *, struct ieee_pfc *); 739 int (*ieee_setpfc)(struct hnae3_handle *, struct ieee_pfc *);
|
/linux/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_dcbnl.c | 77 static int fm10k_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) in fm10k_dcbnl_ieee_getpfc() 93 static int fm10k_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) in fm10k_dcbnl_ieee_setpfc()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-eth-dcb.c | 7 struct ieee_pfc *pfc) in dpaa2_eth_dcbnl_ieee_getpfc() 62 struct ieee_pfc *pfc) in dpaa2_eth_dcbnl_ieee_setpfc()
|
A D | dpaa2-eth.h | 556 struct ieee_pfc pfc;
|
/linux/include/linux/qed/ |
A D | qed_eth_if.h | 194 int (*ieee_getpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc); 195 int (*ieee_setpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc); 199 int (*ieee_peer_getpfc)(struct qed_dev *cdev, struct ieee_pfc *pfc);
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-dcb.c | 211 struct ieee_pfc *pfc) in xgbe_dcb_ieee_getpfc() 228 struct ieee_pfc *pfc) in xgbe_dcb_ieee_setpfc()
|
A D | xgbe-dev.c | 554 struct ieee_pfc *pfc = pdata->pfc; in xgbe_enable_tx_flow_control() 617 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_tx_flow_control() 629 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_rx_flow_control() 641 struct ieee_pfc *pfc = pdata->pfc; in xgbe_config_flow_control()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_dcbnl.c | 239 struct ieee_pfc *pfc) in qede_dcbnl_ieee_getpfc() 247 struct ieee_pfc *pfc) in qede_dcbnl_ieee_setpfc() 292 struct ieee_pfc *pfc) in qede_dcbnl_ieee_peer_getpfc()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_dcb_nl.c | 561 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_getpfc() 564 struct ieee_pfc *my_pfc = adapter->ixgbe_ieee_pfc; in ixgbe_dcbnl_ieee_getpfc() 586 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_setpfc() 597 adapter->ixgbe_ieee_pfc = kmalloc(sizeof(struct ieee_pfc), in ixgbe_dcbnl_ieee_setpfc() 717 struct ieee_pfc pfc = {0}; in ixgbe_dcbnl_setdcbx()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | port_buffer.h | 68 struct ieee_pfc *pfc,
|
A D | port_buffer.c | 265 struct ieee_pfc *pfc, in mlx5e_port_manual_buffer_config()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_dcb.c | 494 struct ieee_pfc *my_pfc = mlxsw_sp_port->dcb.pfc; in mlxsw_sp_port_pfc_cnt_get() 511 struct ieee_pfc *pfc) in mlxsw_sp_dcbnl_ieee_getpfc() 531 struct ieee_pfc *pfc) in mlxsw_sp_port_pfc_set() 545 struct ieee_pfc *pfc) in mlxsw_sp_dcbnl_ieee_setpfc()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_dcbnl.c | 341 struct ieee_pfc *pfc) in mlx5e_dcbnl_ieee_getpfc() 361 struct ieee_pfc *pfc) in mlx5e_dcbnl_ieee_setpfc() 366 struct ieee_pfc pfc_new; in mlx5e_dcbnl_ieee_setpfc() 625 struct ieee_pfc pfc; in mlx5e_dcbnl_setall() 794 struct ieee_pfc pfc; in mlx5e_dcbnl_get_priority_pfc() 885 struct ieee_pfc pfc; in mlx5e_dcbnl_getpfcstate()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_dcb_nl.c | 401 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_getpfc() 412 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_setpfc() 461 struct ieee_pfc pfc = {0}; in mlx4_en_dcbnl_setdcbx()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_dcb.c | 287 static int hclge_ieee_getpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_getpfc() 310 static int hclge_ieee_setpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_setpfc()
|
/linux/include/uapi/linux/ |
A D | dcbnl.h | 157 struct ieee_pfc { struct
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_dcb_nl.c | 74 struct ieee_pfc *pfc) in i40e_dcbnl_ieee_getpfc() 155 struct ieee_pfc *pfc) in i40e_dcbnl_ieee_setpfc()
|
/linux/net/dcb/ |
A D | dcbnl.c | 163 [DCB_ATTR_IEEE_PFC] = {.len = sizeof(struct ieee_pfc)}, 1094 struct ieee_pfc pfc; in dcbnl_ieee_fill() 1147 struct ieee_pfc pfc; in dcbnl_ieee_fill() 1469 struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]); in dcbnl_ieee_set()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_dcb_nl.c | 228 static int ice_dcbnl_getpfc(struct net_device *netdev, struct ieee_pfc *pfc) in ice_dcbnl_getpfc() 254 static int ice_dcbnl_setpfc(struct net_device *netdev, struct ieee_pfc *pfc) in ice_dcbnl_setpfc()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_dcbx.c | 2033 struct ieee_pfc *pfc, bool remote) in qed_dcbnl_get_ieee_pfc() 2075 static int qed_dcbnl_ieee_getpfc(struct qed_dev *cdev, struct ieee_pfc *pfc) in qed_dcbnl_ieee_getpfc() 2080 static int qed_dcbnl_ieee_setpfc(struct qed_dev *cdev, struct ieee_pfc *pfc) in qed_dcbnl_ieee_setpfc() 2224 qed_dcbnl_ieee_peer_getpfc(struct qed_dev *cdev, struct ieee_pfc *pfc) in qed_dcbnl_ieee_peer_getpfc()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_dcb.c | 1001 static int cxgb4_ieee_get_pfc(struct net_device *dev, struct ieee_pfc *pfc) in cxgb4_ieee_get_pfc() 1006 memset(pfc, 0, sizeof(struct ieee_pfc)); in cxgb4_ieee_get_pfc()
|