Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/
H A Denic_ethdev.c911 const char *info_str = NULL; in enicpmd_dev_rx_burst_mode_get() local
916 info_str = "Vector AVX2 No Scatter"; in enicpmd_dev_rx_burst_mode_get()
918 info_str = "Scalar No Scatter"; in enicpmd_dev_rx_burst_mode_get()
920 info_str = "Scalar"; in enicpmd_dev_rx_burst_mode_get()
922 info_str = "Scalar 64B Completion"; in enicpmd_dev_rx_burst_mode_get()
923 if (info_str) { in enicpmd_dev_rx_burst_mode_get()
924 strlcpy(mode->info, info_str, sizeof(mode->info)); in enicpmd_dev_rx_burst_mode_get()
935 const char *info_str = NULL; in enicpmd_dev_tx_burst_mode_get() local
940 info_str = "Scalar Simplified"; in enicpmd_dev_tx_burst_mode_get()
942 info_str = "Scalar"; in enicpmd_dev_tx_burst_mode_get()
[all …]
/dpdk/lib/telemetry/
H A Dtelemetry.c356 char info_str[1024]; in client_handler() local
357 snprintf(info_str, sizeof(info_str), in client_handler()
360 if (write(s, info_str, strlen(info_str)) < 0) { in client_handler()