Searched refs:fw_idx (Results 1 – 5 of 5) sorted by relevance
147 int fw_idx = dram->fw_cnt + i + 2; in iwl_pcie_init_fw_sec() local149 ret = iwl_pcie_ctxt_info_alloc_dma(trans, fw->sec[fw_idx].data, in iwl_pcie_init_fw_sec()150 fw->sec[fw_idx].len, in iwl_pcie_init_fw_sec()
824 u32 fw_idx; in ath10k_htt_send_rx_ring_cfg_32() local868 fw_idx = __le32_to_cpu(*htt->rx_ring.alloc_idx.vaddr); in ath10k_htt_send_rx_ring_cfg_32()876 ring->fw_idx_init_val = __cpu_to_le16(fw_idx); in ath10k_htt_send_rx_ring_cfg_32()897 u32 fw_idx; in ath10k_htt_send_rx_ring_cfg_64() local939 fw_idx = __le32_to_cpu(*htt->rx_ring.alloc_idx.vaddr); in ath10k_htt_send_rx_ring_cfg_64()946 ring->fw_idx_init_val = __cpu_to_le16(fw_idx); in ath10k_htt_send_rx_ring_cfg_64()
4673 il->fw_idx = il->cfg->ucode_api_max; in il4965_request_firmware()4674 sprintf(tag, "%d", il->fw_idx); in il4965_request_firmware()4676 il->fw_idx--; in il4965_request_firmware()4677 sprintf(tag, "%d", il->fw_idx); in il4965_request_firmware()4680 if (il->fw_idx < il->cfg->ucode_api_min) { in il4965_request_firmware()4776 if (il->fw_idx <= il->cfg->ucode_api_max) in il4965_ucode_callback()
1193 int fw_idx; /* firmware we're trying to load */ member
6709 uint32_t fw_idx, uint32_t *flash_index) in qla4xxx_find_flash_st_idx() argument6728 flash_ddb_entry_dma, fw_idx); in qla4xxx_find_flash_st_idx()6732 *flash_index = fw_idx; in qla4xxx_find_flash_st_idx()6754 fw_idx); in qla4xxx_find_flash_st_idx()
Completed in 43 milliseconds