text_size_bytes  7788 drivers/net/ethernet/qlogic/qed/qed_debug.c 	u32 text_size_bytes, null_char_pos, i;
text_size_bytes  7799 drivers/net/ethernet/qlogic/qed/qed_debug.c 				 feature->dumped_dwords, &text_size_bytes);
text_size_bytes  7804 drivers/net/ethernet/qlogic/qed/qed_debug.c 	null_char_pos = text_size_bytes - 1;
text_size_bytes  7805 drivers/net/ethernet/qlogic/qed/qed_debug.c 	text_size_bytes = (text_size_bytes + 3) & ~0x3;
text_size_bytes  7807 drivers/net/ethernet/qlogic/qed/qed_debug.c 	if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) {
text_size_bytes  7810 drivers/net/ethernet/qlogic/qed/qed_debug.c 			  text_size_bytes);
text_size_bytes  7815 drivers/net/ethernet/qlogic/qed/qed_debug.c 	text_buf = vzalloc(text_size_bytes);
text_size_bytes  7832 drivers/net/ethernet/qlogic/qed/qed_debug.c 	for (i = null_char_pos; i < text_size_bytes; i++)
text_size_bytes  7837 drivers/net/ethernet/qlogic/qed/qed_debug.c 		qed_dbg_print_feature(text_buf, text_size_bytes);
text_size_bytes  7844 drivers/net/ethernet/qlogic/qed/qed_debug.c 	feature->buf_size = text_size_bytes;
text_size_bytes  7845 drivers/net/ethernet/qlogic/qed/qed_debug.c 	feature->dumped_dwords = text_size_bytes / 4;