Searched refs:rx_pool (Results 1 – 3 of 3) sorted by relevance
58 static char *rx_pool = NULL; variable761 if (rx_pool) in close_driver()763 k_free (rx_pool); in close_driver()764 rx_pool = NULL; in close_driver()820 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()821 if (!rx_pool) in first_init()840 k_free (rx_pool); in first_init()841 rx_pool = NULL; in first_init()861 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()
497 if (!trans_pcie->rx_pool)501 if (!trans_pcie->rx_pool[i].page)503 dma_unmap_page(trans->dev, trans_pcie->rx_pool[i].page_dma,505 __free_pages(trans_pcie->rx_pool[i].page,507 trans_pcie->rx_pool[i].page = NULL;781 trans_pcie->rx_pool = kcalloc(RX_POOL_SIZE(trans_pcie->num_rx_bufs),782 sizeof(trans_pcie->rx_pool[0]),788 if (!trans_pcie->rxq || !trans_pcie->rx_pool ||829 kfree(trans_pcie->rx_pool);830 trans_pcie->rx_pool = NULL;[all …]
425 struct iwl_rx_mem_buffer *rx_pool; member