Searched refs:eth_dev_tx_offload_names (Results 1 – 1 of 1) sorted by relevance
145 } eth_dev_tx_offload_names[] = { variable1200 for (i = 0; i < RTE_DIM(eth_dev_tx_offload_names); ++i) { in rte_eth_dev_tx_offload_name()1201 if (offload == eth_dev_tx_offload_names[i].offload) { in rte_eth_dev_tx_offload_name()1202 name = eth_dev_tx_offload_names[i].name; in rte_eth_dev_tx_offload_name()