Lines Matching defs:ret_buf_size
6548 u16 ret_buf_size = 0;
6576 offset, data_buf, data_buf_size, &ret_buf_size,
6587 "ret_table_id 0x%04x ret_offset 0x%08x ret_buf_size %d\n",
6588 ret_next_table, ret_next_index, ret_buf_size);
6597 u32 print_table_length = (u32)ret_buf_size;
6605 sbuf_bcat(sbuf, data_buf, ret_buf_size);
11715 u16 ret_buf_size = 0;
11783 (u8 *)ddc->data, ddc->data_size, &ret_buf_size,
11785 ice_debug(hw, ICE_DBG_DIAG, "%s: ret_buf_size %d, ret_next_table %d, ret_next_index %d\n",
11786 __func__, ret_buf_size, ret_next_table, ret_next_index);
11798 ddc->data_size = ret_buf_size;