Searched refs:global_table (Results 1 – 2 of 2) sorted by relevance
1067 BUILD_BUG_ON(ARRAY_SIZE(trans_pcie->global_table) != in _iwl_pcie_rx_init()1076 trans_pcie->global_table[i] = rxb; in _iwl_pcie_rx_init()1354 if (!vid || vid > ARRAY_SIZE(trans_pcie->global_table)) in iwl_pcie_get_rxb()1357 rxb = trans_pcie->global_table[vid - 1]; in iwl_pcie_get_rxb()
547 struct iwl_rx_mem_buffer *global_table[RX_POOL_SIZE]; member