Home
last modified time | relevance | path

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

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