Searched refs:txq_timer (Results 1 – 4 of 4) sorted by relevance
632 struct iwl_fw_dbg_trigger_txq_timer *txq_timer; in iwl_mvm_get_wd_timeout() local650 txq_timer = (void *)trigger->data; in iwl_mvm_get_wd_timeout()653 return le32_to_cpu(txq_timer->tdls); in iwl_mvm_get_wd_timeout()656 return le32_to_cpu(txq_timer->command_queue); in iwl_mvm_get_wd_timeout()663 return le32_to_cpu(txq_timer->ibss); in iwl_mvm_get_wd_timeout()665 return le32_to_cpu(txq_timer->bss); in iwl_mvm_get_wd_timeout()667 return le32_to_cpu(txq_timer->softap); in iwl_mvm_get_wd_timeout()669 return le32_to_cpu(txq_timer->p2p_client); in iwl_mvm_get_wd_timeout()671 return le32_to_cpu(txq_timer->p2p_go); in iwl_mvm_get_wd_timeout()673 return le32_to_cpu(txq_timer->p2p_device); in iwl_mvm_get_wd_timeout()
1691 if (!TXQ_RING_EMPTY(qs) && callout_pending(&txq->txq_timer) == 0 && in cxgb_start_locked()1693 callout_reset_on(&txq->txq_timer, 1, cxgb_tx_timeout, in cxgb_start_locked()1694 qs, txq->txq_timer.c_cpu); in cxgb_start_locked()1741 else if (!TXQ_RING_EMPTY(qs) && !callout_pending(&txq->txq_timer)) in cxgb_transmit_locked()1742 callout_reset_on(&txq->txq_timer, 1, cxgb_tx_timeout, in cxgb_transmit_locked()1743 qs, txq->txq_timer.c_cpu); in cxgb_transmit_locked()2441 callout_init(&q->txq[TXQ_ETH].txq_timer, 1); in t3_sge_alloc_qset()2443 q->txq[TXQ_ETH].txq_timer.c_cpu = id % mp_ncpus; in t3_sge_alloc_qset()
257 struct callout txq_timer; member
1119 callout_drain(&txq->txq_timer); in cxgb_port_detach()