Searched refs:info_str (Results 1 – 2 of 2) sorted by relevance
303 char info_str[1024]; in client_handler() local304 snprintf(info_str, sizeof(info_str), in client_handler()307 if (write(s, info_str, strlen(info_str)) < 0) { in client_handler()
926 const char *info_str = NULL; in enicpmd_dev_rx_burst_mode_get() local931 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() local953 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 …]