Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-trans.h380 int (*check_stuck_queue)(struct iwl_trans *trans, int q); member
580 return trans->ops->check_stuck_queue(trans, q); in iwl_trans_check_stuck_queue()
Diwl-trans-pcie.c2226 .check_stuck_queue = iwl_trans_pcie_check_stuck_queue,