Home
last modified time | relevance | path

Searched refs:last_cb_index (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2774 priv->sram_desc.last_cb_index = 0; in ipw_fw_dma_abort()
2802 for (index = 0; index < priv->sram_desc.last_cb_index; index++) in ipw_fw_dma_kick()
2889 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL) in ipw_fw_dma_add_command_block()
2892 last_cb_element = priv->sram_desc.last_cb_index; in ipw_fw_dma_add_command_block()
2894 priv->sram_desc.last_cb_index++; in ipw_fw_dma_add_command_block()
2953 IPW_DEBUG_FW_INFO("sram_desc.last_cb_index:0x%08X\n", in ipw_fw_dma_wait()
2954 (int)priv->sram_desc.last_cb_index); in ipw_fw_dma_wait()
2956 while (current_index < priv->sram_desc.last_cb_index) { in ipw_fw_dma_wait()
3221 BUG_ON(priv->sram_desc.last_cb_index > 0); in ipw_load_firmware()
H A Dipw2200.h750 unsigned long last_cb_index; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2742 priv->sram_desc.last_cb_index = 0; in ipw_fw_dma_abort()
2770 for (index = 0; index < priv->sram_desc.last_cb_index; index++) in ipw_fw_dma_kick()
2857 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL) in ipw_fw_dma_add_command_block()
2860 last_cb_element = priv->sram_desc.last_cb_index; in ipw_fw_dma_add_command_block()
2862 priv->sram_desc.last_cb_index++; in ipw_fw_dma_add_command_block()
2921 IPW_DEBUG_FW_INFO("sram_desc.last_cb_index:0x%08X\n", in ipw_fw_dma_wait()
2922 (int)priv->sram_desc.last_cb_index); in ipw_fw_dma_wait()
2924 while (current_index < priv->sram_desc.last_cb_index) { in ipw_fw_dma_wait()
3175 BUG_ON(priv->sram_desc.last_cb_index > 0); in ipw_load_firmware()
H A Dipw2200.h750 unsigned long last_cb_index; member

Completed in 41 milliseconds