Home
last modified time | relevance | path

Searched refs:rte_eth_fc_conf (Results 1 – 25 of 43) sorted by relevance

12

/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev_ops.c208 struct rte_eth_fc_conf *fc_conf) in octeontx_dev_flow_ctrl_get()
238 struct rte_eth_fc_conf *fc_conf) in octeontx_dev_flow_ctrl_set()
301 struct rte_eth_fc_conf fc_conf; in octeontx_dev_flow_ctrl_init()
322 struct rte_eth_fc_conf fc_conf; in octeontx_dev_flow_ctrl_fini()
324 memset(&fc_conf, 0, sizeof(struct rte_eth_fc_conf)); in octeontx_dev_flow_ctrl_fini()
H A Docteontx_ethdev.h183 struct rte_eth_fc_conf *fc_conf);
185 struct rte_eth_fc_conf *fc_conf);
/dpdk/drivers/net/mlx4/
H A Dmlx4.h230 struct rte_eth_fc_conf *fc_conf);
232 struct rte_eth_fc_conf *fc_conf);
H A Dmlx4_ethdev.c847 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()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_ethdev_os.c177 mlx5_dev_get_flow_ctrl(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx5_dev_get_flow_ctrl()
196 mlx5_dev_set_flow_ctrl(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx5_dev_set_flow_ctrl()
/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c223 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()
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c32 struct rte_eth_fc_conf *fc_conf);
34 struct rte_eth_fc_conf *fc_conf);
455 struct rte_eth_fc_conf *fc_conf) in ionic_flow_ctrl_get()
476 struct rte_eth_fc_conf *fc_conf) in ionic_flow_ctrl_set()
/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.h120 struct rte_eth_fc_conf *fc_conf;
H A Ddpaa_ethdev.c1316 struct rte_eth_fc_conf *fc_conf) in dpaa_flow_ctrl_set()
1319 struct rte_eth_fc_conf *net_fc; in dpaa_flow_ctrl_set()
1325 sizeof(struct rte_eth_fc_conf), MAX_CACHELINE); in dpaa_flow_ctrl_set()
1365 struct rte_eth_fc_conf *fc_conf) in dpaa_flow_ctrl_get()
1368 struct rte_eth_fc_conf *net_fc = dpaa_intf->fc_conf; in dpaa_flow_ctrl_get()
1634 struct rte_eth_fc_conf *fc_conf; in dpaa_fc_set_default()
1641 sizeof(struct rte_eth_fc_conf), MAX_CACHELINE); in dpaa_fc_set_default()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h165 struct rte_eth_fc_conf fc_conf;
H A Dmrvl_ethdev.c165 mrvl_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf);
2170 mrvl_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mrvl_flow_ctrl_get()
2176 memcpy(fc_conf, &priv->fc_conf, sizeof(struct rte_eth_fc_conf)); in mrvl_flow_ctrl_get()
2217 mrvl_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mrvl_flow_ctrl_set()
2239 memcpy(&priv->fc_conf, fc_conf, sizeof(struct rte_eth_fc_conf)); in mrvl_flow_ctrl_set()
/dpdk/drivers/net/hns3/
H A Dhns3_dcb.h202 int hns3_fc_enable(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf);
H A Dhns3_ethdev.h1039 hns3_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf);
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h509 struct rte_eth_fc_conf *fc_conf);
511 struct rte_eth_fc_conf *fc_conf);
H A Dcnxk_ethdev_ops.c203 struct rte_eth_fc_conf *fc_conf) in cnxk_nix_flow_ctrl_get()
217 memset(fc_conf, 0, sizeof(struct rte_eth_fc_conf)); in cnxk_nix_flow_ctrl_get()
243 struct rte_eth_fc_conf *fc_conf) in cnxk_nix_flow_ctrl_set()
H A Dcnxk_ethdev.c349 struct rte_eth_fc_conf fc_cfg = {0}; in nix_update_flow_ctrl_config()
1769 struct rte_eth_fc_conf fc_conf; in cnxk_eth_dev_uninit()
1789 memset(&fc_conf, 0, sizeof(struct rte_eth_fc_conf)); in cnxk_eth_dev_uninit()
/dpdk/lib/ethdev/
H A Dethdev_driver.h535 struct rte_eth_fc_conf *fc_conf);
539 struct rte_eth_fc_conf *fc_conf);
H A Drte_ethdev.h1393 struct rte_eth_fc_conf { struct
1409 struct rte_eth_fc_conf fc; /**< General flow control parameter. */ argument
4158 struct rte_eth_fc_conf *fc_conf);
4175 struct rte_eth_fc_conf *fc_conf);
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c75 struct rte_eth_fc_conf *fc_conf);
77 struct rte_eth_fc_conf *fc_conf);
1520 atl_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in atl_flow_ctrl_get()
1543 atl_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in atl_flow_ctrl_set()
/dpdk/drivers/net/e1000/
H A Dem_ethdev.c50 struct rte_eth_fc_conf *fc_conf);
52 struct rte_eth_fc_conf *fc_conf);
1653 eth_em_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_em_flow_ctrl_get()
1695 eth_em_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_em_flow_ctrl_set()
/dpdk/drivers/net/igc/
H A Digc_ethdev.c223 eth_igc_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf);
225 eth_igc_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf);
2121 eth_igc_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_igc_flow_ctrl_get()
2162 eth_igc_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_igc_flow_ctrl_set()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c79 struct rte_eth_fc_conf *fc_conf);
81 struct rte_eth_fc_conf *fc_conf);
1255 axgbe_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in axgbe_flow_ctrl_get()
1287 axgbe_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in axgbe_flow_ctrl_set()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c662 mlx5_dev_get_flow_ctrl(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx5_dev_get_flow_ctrl()
703 mlx5_dev_set_flow_ctrl(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx5_dev_set_flow_ctrl()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ops.c1324 struct rte_eth_fc_conf *fc_conf) in fs_flow_ctrl_get()
1347 struct rte_eth_fc_conf *fc_conf) in fs_flow_ctrl_set()
/dpdk/drivers/net/mlx5/
H A Dmlx5.h1667 struct rte_eth_fc_conf *fc_conf);
1669 struct rte_eth_fc_conf *fc_conf);

12