Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c2475 sas->dp_rx_name = sfc_strdup(dp_rx->dp.name); in sfc_eth_dev_set_ops()
2476 if (sas->dp_rx_name == NULL) { in sfc_eth_dev_set_ops()
2487 sfc_notice(sa, "use %s Rx datapath", sas->dp_rx_name); in sfc_eth_dev_set_ops()
2544 rte_free(sas->dp_rx_name); in sfc_eth_dev_set_ops()
2545 sas->dp_rx_name = NULL; in sfc_eth_dev_set_ops()
2569 rte_free(sas->dp_rx_name); in sfc_eth_dev_clear_ops()
2570 sas->dp_rx_name = NULL; in sfc_eth_dev_clear_ops()
2603 dp_rx = sfc_dp_find_rx_by_name(&sfc_dp_head, sas->dp_rx_name); in sfc_eth_dev_secondary_init()
2606 "cannot find %s Rx datapath", sas->dp_rx_name); in sfc_eth_dev_secondary_init()
2613 sas->dp_rx_name); in sfc_eth_dev_secondary_init()
H A Dsfc.h144 char *dp_rx_name; member