Searched refs:rx_name (Results 1 – 1 of 1) sorted by relevance
2423 const char *rx_name = NULL; in sfc_eth_dev_set_ops() local2447 sfc_kvarg_string_handler, &rx_name); in sfc_eth_dev_set_ops()2451 if (rx_name != NULL) { in sfc_eth_dev_set_ops()2452 dp_rx = sfc_dp_find_rx_by_name(&sfc_dp_head, rx_name); in sfc_eth_dev_set_ops()2454 sfc_err(sa, "Rx datapath %s not found", rx_name); in sfc_eth_dev_set_ops()2461 rx_name); in sfc_eth_dev_set_ops()