Searched refs:iwl_pcie_rx_handle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1475 * iwl_pcie_rx_handle - Main entry function for receiving responses from fw 1477 static void iwl_pcie_rx_handle(struct iwl_trans *trans, int queue) in iwl_pcie_rx_handle() function 1645 iwl_pcie_rx_handle(trans, entry->entry); in iwl_pcie_irq_rx_msix_handler() 2009 iwl_pcie_rx_handle(trans, 0); in iwl_pcie_irq_handler() 2206 iwl_pcie_rx_handle(trans, 0); in iwl_pcie_irq_msix_handler() 2213 iwl_pcie_rx_handle(trans, 1); in iwl_pcie_irq_msix_handler()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1001 static int iwl_pcie_rx_handle(struct iwl_trans *trans, int queue, int budget); 1013 ret = iwl_pcie_rx_handle(trans, rxq->id, budget); in iwl_pcie_napi_poll() 1040 ret = iwl_pcie_rx_handle(trans, rxq->id, budget); in iwl_pcie_napi_poll_msix() 1495 * iwl_pcie_rx_handle - Main entry function for receiving responses from fw 1497 static int iwl_pcie_rx_handle(struct iwl_trans *trans, int queue, int budget) in iwl_pcie_rx_handle() function
|
Completed in 6 milliseconds