Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c356 completions = hwc_cq->comp_buf; in mana_hwc_comp_event()
378 kfree(hwc_cq->comp_buf); in mana_hwc_destroy_cq()
397 struct gdma_comp *comp_buf; in mana_hwc_create_cq() local
429 comp_buf = kzalloc_objs(*comp_buf, q_depth); in mana_hwc_create_cq()
430 if (!comp_buf) { in mana_hwc_create_cq()
436 hwc_cq->comp_buf = comp_buf; in mana_hwc_create_cq()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c2838 char base_buf[1024] = {}, comp_buf[1024] = {}, diff_buf[1024] = {}; in output_comp_stats() local
2861 snprintf(comp_buf, sizeof(comp_buf), "%s", comp_str); in output_comp_stats()
2876 snprintf(comp_buf, sizeof(comp_buf), "%ld", comp_val); in output_comp_stats()
2878 snprintf(comp_buf, sizeof(comp_buf), "%s", "N/A"); in output_comp_stats()
2902 len = strlen(comp_buf); in output_comp_stats()
2916 printf(fmt, COLUMN_SEP, *max_len_comp, comp_buf); in output_comp_stats()
2926 printf("%s%s", i == 0 ? "" : ",", comp_buf); in output_comp_stats()