Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c1984 sas->dp_tx_name = sfc_strdup(dp_tx->dp.name); in sfc_eth_dev_set_ops()
1985 if (sas->dp_tx_name == NULL) { in sfc_eth_dev_set_ops()
1990 sfc_notice(sa, "use %s Tx datapath", sas->dp_tx_name); in sfc_eth_dev_set_ops()
2032 rte_free(sas->dp_tx_name); in sfc_eth_dev_clear_ops()
2033 sas->dp_tx_name = NULL; in sfc_eth_dev_clear_ops()
2085 dp_tx = sfc_dp_find_tx_by_name(&sfc_dp_head, sas->dp_tx_name); in sfc_eth_dev_secondary_init()
2088 "cannot find %s Tx datapath", sas->dp_tx_name); in sfc_eth_dev_secondary_init()
2095 sas->dp_tx_name); in sfc_eth_dev_secondary_init()
H A Dsfc.h184 char *dp_tx_name; member