Searched refs:dp_rx_name (Results 1 – 2 of 2) sorted by relevance
1947 sas->dp_rx_name = sfc_strdup(dp_rx->dp.name); in sfc_eth_dev_set_ops()1948 if (sas->dp_rx_name == NULL) { in sfc_eth_dev_set_ops()1953 sfc_notice(sa, "use %s Rx datapath", sas->dp_rx_name); in sfc_eth_dev_set_ops()2011 rte_free(sas->dp_rx_name); in sfc_eth_dev_set_ops()2012 sas->dp_rx_name = NULL; in sfc_eth_dev_set_ops()2036 rte_free(sas->dp_rx_name); in sfc_eth_dev_clear_ops()2037 sas->dp_rx_name = NULL; in sfc_eth_dev_clear_ops()2070 dp_rx = sfc_dp_find_rx_by_name(&sfc_dp_head, sas->dp_rx_name); in sfc_eth_dev_secondary_init()2073 "cannot find %s Rx datapath", sas->dp_rx_name); in sfc_eth_dev_secondary_init()2080 sas->dp_rx_name); in sfc_eth_dev_secondary_init()
183 char *dp_rx_name; member