Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_ctrl.c49 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 Dotx2_ethdev.h533 struct rte_eth_fc_conf *fc_conf);
536 struct rte_eth_fc_conf *fc_conf);
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev_ops.c209 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 Docteontx_ethdev.h183 struct rte_eth_fc_conf *fc_conf);
185 struct rte_eth_fc_conf *fc_conf);
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4.h226 struct rte_eth_fc_conf *fc_conf);
228 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()
/f-stack/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()
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.h117 struct rte_eth_fc_conf *fc_conf;
H A Ddpaa_ethdev.c1318 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 Dhns3_dcb.h202 int hns3_fc_enable(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf);
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c34 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 Drte_ethdev_driver.h330 struct rte_eth_fc_conf *fc_conf);
334 struct rte_eth_fc_conf *fc_conf);
H A Drte_ethdev.h1190 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 Dem_ethdev.c50 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 Datl_ethdev.c75 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 Dmlx5_ethdev_os.c632 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 Dmlx5.h1085 struct rte_eth_fc_conf *fc_conf);
1087 struct rte_eth_fc_conf *fc_conf);
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c76 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 Digc_ethdev.c230 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 Dcxgbe_ethdev.c786 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 Dfailsafe_ops.c1322 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 Ddpaa2_ethdev.c1961 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 Dsfc_ethdev.c848 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 Drte_eth_tap.c1784 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 Dmrvl_ethdev.c1876 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()

12