Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c2424 const char *tx_name = NULL; in sfc_eth_dev_set_ops() local
2490 sfc_kvarg_string_handler, &tx_name); in sfc_eth_dev_set_ops()
2494 if (tx_name != NULL) { in sfc_eth_dev_set_ops()
2495 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, tx_name); in sfc_eth_dev_set_ops()
2497 sfc_err(sa, "Tx datapath %s not found", tx_name); in sfc_eth_dev_set_ops()
2504 tx_name); in sfc_eth_dev_set_ops()