Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c781 trans_pcie->global_table = in iwl_pcie_rx_alloc()
783 sizeof(trans_pcie->global_table[0]), in iwl_pcie_rx_alloc()
786 !trans_pcie->global_table) { in iwl_pcie_rx_alloc()
828 kfree(trans_pcie->global_table); in iwl_pcie_rx_alloc()
829 trans_pcie->global_table = NULL; in iwl_pcie_rx_alloc()
1160 trans_pcie->global_table[i] = rxb; in _iwl_pcie_rx_init()
1244 kfree(trans_pcie->global_table); in iwl_pcie_rx_free()
1482 rxb = trans_pcie->global_table[vid - 1]; in iwl_pcie_get_rxb()
H A Dinternal.h327 * @global_table: table mapping received VID from hw to rxb
407 struct iwl_rx_mem_buffer **global_table; member