Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c851 trans_pcie->global_table = in iwl_pcie_rx_alloc()
853 sizeof(trans_pcie->global_table[0]), in iwl_pcie_rx_alloc()
856 !trans_pcie->global_table) { in iwl_pcie_rx_alloc()
897 kfree(trans_pcie->global_table); in iwl_pcie_rx_alloc()
1146 trans_pcie->global_table[i] = rxb; in _iwl_pcie_rx_init()
1230 kfree(trans_pcie->global_table); in iwl_pcie_rx_free()
1458 rxb = trans_pcie->global_table[vid - 1]; in iwl_pcie_get_rxb()
H A Dinternal.h385 struct iwl_rx_mem_buffer **global_table; member