Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry.c303 char info_str[1024]; in client_handler() local
304 snprintf(info_str, sizeof(info_str), in client_handler()
307 if (write(s, info_str, strlen(info_str)) < 0) { in client_handler()
/f-stack/dpdk/drivers/net/enic/
H A Denic_ethdev.c926 const char *info_str = NULL; in enicpmd_dev_rx_burst_mode_get() local
931 info_str = "Vector AVX2 No Scatter"; in enicpmd_dev_rx_burst_mode_get()
933 info_str = "Scalar No Scatter"; in enicpmd_dev_rx_burst_mode_get()
935 info_str = "Scalar"; in enicpmd_dev_rx_burst_mode_get()
936 if (info_str) { in enicpmd_dev_rx_burst_mode_get()
937 strlcpy(mode->info, info_str, sizeof(mode->info)); in enicpmd_dev_rx_burst_mode_get()
948 const char *info_str = NULL; in enicpmd_dev_tx_burst_mode_get() local
953 info_str = "Scalar Simplified"; in enicpmd_dev_tx_burst_mode_get()
955 info_str = "Scalar"; in enicpmd_dev_tx_burst_mode_get()
956 if (info_str) { in enicpmd_dev_tx_burst_mode_get()
[all …]