Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c6855 cmdline_fixed_string_t tx_lfc_mode; member
6888 tx_lfc_mode, "on#off");
7123 tx_fc_en = (!strcmp(res->tx_lfc_mode, "on")) ? 1 : 0; in cmd_link_flow_ctrl_set_parsed()