Searched refs:comp_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/microsoft/mana/ |
D | hw_channel.c | 298 completions = hwc_cq->comp_buf; in mana_hwc_comp_event() 320 kfree(hwc_cq->comp_buf); in mana_hwc_destroy_cq() 339 struct gdma_comp *comp_buf; in mana_hwc_create_cq() local 371 comp_buf = kcalloc(q_depth, sizeof(*comp_buf), GFP_KERNEL); in mana_hwc_create_cq() 372 if (!comp_buf) { in mana_hwc_create_cq() 378 hwc_cq->comp_buf = comp_buf; in mana_hwc_create_cq()
|
D | hw_channel.h | 134 struct gdma_comp *comp_buf; member
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | veristat.c | 1078 char base_buf[1024] = {}, comp_buf[1024] = {}, diff_buf[1024] = {}; in output_comp_stats() local 1101 snprintf(comp_buf, sizeof(comp_buf), "%s", comp_str); in output_comp_stats() 1108 snprintf(comp_buf, sizeof(comp_buf), "%ld", comp_val); in output_comp_stats() 1126 len = strlen(comp_buf); in output_comp_stats() 1140 printf(fmt, COLUMN_SEP, *max_len_comp, comp_buf); in output_comp_stats() 1150 printf("%s%s", i == 0 ? "" : ",", comp_buf); in output_comp_stats()
|