Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c2518 sas->dp_tx_name = sfc_strdup(dp_tx->dp.name); in sfc_eth_dev_set_ops()
2519 if (sas->dp_tx_name == NULL) { in sfc_eth_dev_set_ops()
2524 sfc_notice(sa, "use %s Tx datapath", sas->dp_tx_name); in sfc_eth_dev_set_ops()
2565 rte_free(sas->dp_tx_name); in sfc_eth_dev_clear_ops()
2566 sas->dp_tx_name = NULL; in sfc_eth_dev_clear_ops()
2618 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, sas->dp_tx_name); in sfc_eth_dev_secondary_init()
2621 "cannot find %s Tx datapath", sas->dp_tx_name); in sfc_eth_dev_secondary_init()
2628 sas->dp_tx_name); in sfc_eth_dev_secondary_init()
H A Dsfc.h145 char *dp_tx_name; member