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

/drivers/cpufreq/
H A Dcpufreq_stats.c43 unsigned int *trans_table; member in struct:cpufreq_stats
129 stat->trans_table[i*stat->max_state+j]);
139 CPUFREQ_STATDEVICE_ATTR(trans_table, 0444, show_trans_table);
240 stat->trans_table = stat->freq_table + count;
312 stat->trans_table[old_index * stat->max_state + new_index]++;
/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c127 static const int trans_table[] = { local
148 if (status >= ARRAY_SIZE(trans_table) ||
149 (status != CMD_STAT_OK && trans_table[status] == 0))
152 return trans_table[status];
/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c308 static const int trans_table[] = { local
328 if (status >= ARRAY_SIZE(trans_table) ||
330 && trans_table[status] == 0))
333 return trans_table[status];

Completed in 2444 milliseconds