Searched refs:current_index (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2915 u32 current_index = 0, previous_index; local
2920 current_index = ipw_fw_dma_command_block_index(priv);
2924 while (current_index < priv->sram_desc.last_cb_index) {
2926 previous_index = current_index;
2927 current_index = ipw_fw_dma_command_block_index(priv);
2929 if (previous_index < current_index) {
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h851 __le32 current_index; member in struct:cmdq_query_qp_extend
870 __le32 current_index; member in struct:creq_query_qp_extend_resp
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c7534 u32 current_index = local
7538 if (current_index >= ps->performance_level_count) {
7539 seq_printf(m, "invalid dpm profile %d\n", current_index);
7541 pl = &ps->performance_levels[current_index];
7544 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci, pl->pcie_gen + 1);

Completed in 266 milliseconds

12