Home
last modified time | relevance | path

Searched refs:ROC_NIX_FC_FULL (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_fc.c249 return ROC_NIX_FC_FULL; in roc_nix_fc_mode_get()
268 mode = ROC_NIX_FC_FULL; in roc_nix_fc_mode_get()
293 rx_pause = (mode == ROC_NIX_FC_FULL) || (mode == ROC_NIX_FC_RX); in roc_nix_fc_mode_set()
294 tx_pause = (mode == ROC_NIX_FC_FULL) || (mode == ROC_NIX_FC_TX); in roc_nix_fc_mode_set()
427 rx_pause = (pfc_cfg->mode == ROC_NIX_FC_FULL) || in roc_nix_pfc_mode_set()
429 tx_pause = (pfc_cfg->mode == ROC_NIX_FC_FULL) || in roc_nix_pfc_mode_set()
466 pfc_cfg->mode = ROC_NIX_FC_FULL; in roc_nix_pfc_mode_get()
H A Droc_nix.h31 ROC_NIX_FC_FULL enumerator
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_ops.c248 ROC_NIX_FC_TX, ROC_NIX_FC_FULL in cnxk_nix_flow_ctrl_set() enumerator
1033 ROC_NIX_FC_TX, ROC_NIX_FC_FULL}; in nix_priority_flow_ctrl_configure() enumerator
H A Dcnxk_ethdev.c322 enum roc_nix_fc_mode fc_mode = ROC_NIX_FC_FULL; 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()