| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow_ctrl.c | 49 struct rte_eth_fc_conf *fc_conf) in otx2_nix_flow_ctrl_get() 139 struct rte_eth_fc_conf *fc_conf) in otx2_nix_flow_ctrl_set() 204 struct rte_eth_fc_conf fc_conf; in otx2_nix_update_flow_ctrl_mode() 209 memset(&fc_conf, 0, sizeof(struct rte_eth_fc_conf)); in otx2_nix_update_flow_ctrl_mode() 230 struct rte_eth_fc_conf fc_conf; in otx2_nix_flow_ctrl_init() 236 memset(&fc_conf, 0, sizeof(struct rte_eth_fc_conf)); in otx2_nix_flow_ctrl_init()
|
| H A D | otx2_ethdev.h | 533 struct rte_eth_fc_conf *fc_conf); 536 struct rte_eth_fc_conf *fc_conf);
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_ethdev_ops.c | 209 struct rte_eth_fc_conf *fc_conf) in octeontx_dev_flow_ctrl_get() 239 struct rte_eth_fc_conf *fc_conf) in octeontx_dev_flow_ctrl_set() 302 struct rte_eth_fc_conf fc_conf; in octeontx_dev_flow_ctrl_init() 323 struct rte_eth_fc_conf fc_conf; in octeontx_dev_flow_ctrl_fini() 325 memset(&fc_conf, 0, sizeof(struct rte_eth_fc_conf)); in octeontx_dev_flow_ctrl_fini()
|
| H A D | octeontx_ethdev.h | 183 struct rte_eth_fc_conf *fc_conf); 185 struct rte_eth_fc_conf *fc_conf);
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.h | 226 struct rte_eth_fc_conf *fc_conf); 228 struct rte_eth_fc_conf *fc_conf);
|
| H A D | mlx4_ethdev.c | 847 mlx4_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx4_flow_ctrl_get() 891 mlx4_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx4_flow_ctrl_set()
|
| /f-stack/dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 223 struct rte_eth_fc_conf fc_conf; in rte_ethtool_get_pauseparam() 258 struct rte_eth_fc_conf fc_conf; in rte_ethtool_set_pauseparam()
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_ethdev.h | 117 struct rte_eth_fc_conf *fc_conf;
|
| H A D | dpaa_ethdev.c | 1318 struct rte_eth_fc_conf *fc_conf) in dpaa_flow_ctrl_set() 1321 struct rte_eth_fc_conf *net_fc; in dpaa_flow_ctrl_set() 1327 sizeof(struct rte_eth_fc_conf), MAX_CACHELINE); in dpaa_flow_ctrl_set() 1367 struct rte_eth_fc_conf *fc_conf) in dpaa_flow_ctrl_get() 1370 struct rte_eth_fc_conf *net_fc = dpaa_intf->fc_conf; in dpaa_flow_ctrl_get() 1631 struct rte_eth_fc_conf *fc_conf; in dpaa_fc_set_default() 1638 sizeof(struct rte_eth_fc_conf), MAX_CACHELINE); in dpaa_fc_set_default()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_dcb.h | 202 int hns3_fc_enable(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf);
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 34 struct rte_eth_fc_conf *fc_conf); 36 struct rte_eth_fc_conf *fc_conf); 468 struct rte_eth_fc_conf *fc_conf) in ionic_flow_ctrl_get() 488 struct rte_eth_fc_conf *fc_conf) in ionic_flow_ctrl_set()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_driver.h | 330 struct rte_eth_fc_conf *fc_conf); 334 struct rte_eth_fc_conf *fc_conf);
|
| H A D | rte_ethdev.h | 1190 struct rte_eth_fc_conf { struct 1206 struct rte_eth_fc_conf fc; /**< General flow control parameter. */ argument 3753 struct rte_eth_fc_conf *fc_conf); 3770 struct rte_eth_fc_conf *fc_conf);
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 50 struct rte_eth_fc_conf *fc_conf); 52 struct rte_eth_fc_conf *fc_conf); 1659 eth_em_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_em_flow_ctrl_get() 1701 eth_em_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_em_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_ethdev.c | 75 struct rte_eth_fc_conf *fc_conf); 77 struct rte_eth_fc_conf *fc_conf); 1524 atl_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in atl_flow_ctrl_get() 1547 atl_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in atl_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 632 mlx5_dev_get_flow_ctrl(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx5_dev_get_flow_ctrl() 673 mlx5_dev_set_flow_ctrl(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx5_dev_set_flow_ctrl()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 1085 struct rte_eth_fc_conf *fc_conf); 1087 struct rte_eth_fc_conf *fc_conf);
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 76 struct rte_eth_fc_conf *fc_conf); 78 struct rte_eth_fc_conf *fc_conf); 1199 axgbe_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in axgbe_flow_ctrl_get() 1231 axgbe_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in axgbe_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 230 eth_igc_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf); 232 eth_igc_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf); 2139 eth_igc_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_igc_flow_ctrl_get() 2180 eth_igc_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_igc_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 786 struct rte_eth_fc_conf *fc_conf) in cxgbe_flow_ctrl_get() 808 struct rte_eth_fc_conf *fc_conf) in cxgbe_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ops.c | 1322 struct rte_eth_fc_conf *fc_conf) in fs_flow_ctrl_get() 1345 struct rte_eth_fc_conf *fc_conf) in fs_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 1961 dpaa2_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in dpaa2_flow_ctrl_get() 1984 memset(fc_conf, 0, sizeof(struct rte_eth_fc_conf)); in dpaa2_flow_ctrl_get() 2016 dpaa2_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in dpaa2_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 848 sfc_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in sfc_flow_ctrl_get() 888 sfc_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in sfc_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 1784 struct rte_eth_fc_conf *fc_conf) in tap_flow_ctrl_get() 1792 struct rte_eth_fc_conf *fc_conf) in tap_flow_ctrl_set()
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_ethdev.c | 1876 mrvl_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mrvl_flow_ctrl_get() 1907 mrvl_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mrvl_flow_ctrl_set()
|