Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c7470 u32 text_size_bytes, null_char_pos, i; in format_feature() local
7481 feature->dumped_dwords, &text_size_bytes); in format_feature()
7486 null_char_pos = text_size_bytes - 1; in format_feature()
7487 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()
7489 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()
7492 text_size_bytes); in format_feature()
7497 text_buf = vzalloc(text_size_bytes); in format_feature()
7514 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()
7519 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()
[all...]

Completed in 10 milliseconds