Home
last modified time | relevance | path

Searched refs:last_cb_index (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c2771 priv->sram_desc.last_cb_index = 0; in ipw_fw_dma_abort()
2799 for (index = 0; index < priv->sram_desc.last_cb_index; index++) in ipw_fw_dma_kick()
2886 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL) in ipw_fw_dma_add_command_block()
2889 last_cb_element = priv->sram_desc.last_cb_index; in ipw_fw_dma_add_command_block()
2891 priv->sram_desc.last_cb_index++; in ipw_fw_dma_add_command_block()
2951 (int)priv->sram_desc.last_cb_index); in ipw_fw_dma_wait()
2953 while (current_index < priv->sram_desc.last_cb_index) { in ipw_fw_dma_wait()
3218 BUG_ON(priv->sram_desc.last_cb_index > 0); in ipw_load_firmware()
Dipw2200.h750 unsigned long last_cb_index; member