Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c1896 const char *tx_name = NULL; in sfc_eth_dev_set_ops() local
1956 sfc_kvarg_string_handler, &tx_name); in sfc_eth_dev_set_ops()
1960 if (tx_name != NULL) { in sfc_eth_dev_set_ops()
1961 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, tx_name); in sfc_eth_dev_set_ops()
1963 sfc_err(sa, "Tx datapath %s not found", tx_name); in sfc_eth_dev_set_ops()
1970 tx_name); in sfc_eth_dev_set_ops()