Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c7510 char *text_buf; in format_feature() local
7536 text_buf = OSAL_VZALLOC(p_hwfn, text_size_bytes); in format_feature()
7537 if (!text_buf) { in format_feature()
7547 text_buf); in format_feature()
7549 OSAL_VFREE(p_hwfn, text_buf); in format_feature()
7558 text_buf[i] = '\n'; in format_feature()
7565 feature->dump_buf = (u8 *)text_buf; in format_feature()