Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c7508 u32 text_size_bytes, null_char_pos, i; in format_feature() local
7520 &text_size_bytes); in format_feature()
7525 null_char_pos = text_size_bytes - 1; in format_feature()
7526 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()
7528 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()
7531 text_size_bytes); in format_feature()
7536 text_buf = OSAL_VZALLOC(p_hwfn, text_size_bytes); in format_feature()
7557 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()
7566 feature->buf_size = text_size_bytes; in format_feature()
7567 feature->dumped_dwords = text_size_bytes / 4; in format_feature()