Home
last modified time | relevance | path

Searched refs:fc_mode (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c790 hns3_fc_mode_to_rxtx_pause(enum hns3_fc_mode fc_mode, bool *rx_pause, in hns3_fc_mode_to_rxtx_pause() argument
793 switch (fc_mode) { in hns3_fc_mode_to_rxtx_pause()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c322 enum roc_nix_fc_mode fc_mode = ROC_NIX_FC_FULL; in nix_init_flow_ctrl_config() local
332 fc_mode = ROC_NIX_FC_TX; in nix_init_flow_ctrl_config()
335 rc = roc_nix_fc_mode_set(&dev->nix, fc_mode); in nix_init_flow_ctrl_config()
339 fc->mode = (fc_mode == ROC_NIX_FC_FULL) ? RTE_ETH_FC_FULL : in nix_init_flow_ctrl_config()
/dpdk/drivers/net/i40e/base/
H A Di40e_common.c1822 enum i40e_fc_mode fc_mode = hw->fc.requested_mode; in i40e_set_fc() local
1830 switch (fc_mode) { in i40e_set_fc()