Lines Matching refs:table_id
6544 u16 table_id = 0;
6572 "table_id 0x%04x offset 0x%08x buf_size %d\n",
6573 table_id, offset, data_buf_size);
6575 status = ice_aq_get_internal_data(hw, cluster_id, table_id,
6594 u32 print_table_id = (u32)table_id;
6609 bool same_table_next = (table_id == ret_next_table);
6629 table_id = ret_next_table;
6637 if (cluster_id == 0x1 && table_id < 39)
6638 table_id += 1;
11782 status = ice_aq_get_internal_data(hw, ddc->cluster_id, ddc->table_id, ddc->offset,
11796 ddc->table_id = ret_next_table;