Home
last modified time | relevance | path

Searched defs:fc_conf (Results 1 – 11 of 11) sorted by relevance

/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() local
322 struct rte_eth_fc_conf fc_conf; in octeontx_dev_flow_ctrl_fini() local
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_ethdev_os.c155 mlx5_dev_get_flow_ctrl(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in mlx5_dev_get_flow_ctrl()
174 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.c210 struct rte_eth_fc_conf fc_conf; rte_ethtool_get_pauseparam() local
245 struct rte_eth_fc_conf fc_conf; rte_ethtool_set_pauseparam() local
[all...]
/dpdk/drivers/net/mlx4/
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/ionic/
H A Dionic_ethdev.c495 struct rte_eth_fc_conf *fc_conf) in ionic_flow_ctrl_get()
516 struct rte_eth_fc_conf *fc_conf) in ionic_flow_ctrl_set()
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c1522 atl_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in atl_flow_ctrl_get()
1545 atl_flow_ctrl_set(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in atl_flow_ctrl_set()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ethdev.c1086 struct rte_eth_fc_conf *fc_conf) in cxgbe_flow_ctrl_get()
1114 struct rte_eth_fc_conf *fc_conf) in cxgbe_flow_ctrl_set()
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c1995 struct rte_eth_fc_conf *fc_conf) in qede_flow_ctrl_set()
2031 struct rte_eth_fc_conf *fc_conf) in qede_flow_ctrl_get()
/dpdk/lib/ethdev/
H A Drte_ethdev_telemetry.c435 struct rte_eth_fc_conf fc_conf; in eth_dev_handle_port_flow_ctrl() local
[all...]
H A Drte_ethdev.c4342 rte_eth_dev_flow_ctrl_get(uint16_t port_id,struct rte_eth_fc_conf * fc_conf) rte_eth_dev_flow_ctrl_get() argument
4368 rte_eth_dev_flow_ctrl_set(uint16_t port_id,struct rte_eth_fc_conf * fc_conf) rte_eth_dev_flow_ctrl_set() argument
[all...]
/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c1778 hns3_fc_enable(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in hns3_fc_enable()