Home
last modified time | relevance | path

Searched refs:cmd_hold_nic_awake (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c277 if (sc->cmd_hold_nic_awake) in iwm_nic_lock()
304 if (sc->cmd_hold_nic_awake) in iwm_nic_unlock()
687 if (!sc->cmd_hold_nic_awake) { in iwm_pcie_clear_cmd_in_flight()
693 sc->cmd_hold_nic_awake = 0; in iwm_pcie_clear_cmd_in_flight()
710 !sc->cmd_hold_nic_awake) { in iwm_pcie_set_cmd_in_flight()
727 sc->cmd_hold_nic_awake = 1; in iwm_pcie_set_cmd_in_flight()
H A Dif_iwmvar.h524 int cmd_hold_nic_awake;
523 int cmd_hold_nic_awake; global() member
H A Dif_iwm.c1198 if (ring->qid == IWM_CMD_QUEUE && sc->cmd_hold_nic_awake) in iwm_reset_tx_ring()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c206 if (WARN_ON(!trans_pcie->cmd_hold_nic_awake)) {
211 trans_pcie->cmd_hold_nic_awake = false; in iwl_pcie_txq_unmap()
1036 * There, we also returned immediately if cmd_hold_nic_awake is in iwl_pcie_enqueue_hcmd()
1039 trans_pcie->cmd_hold_nic_awake = true; in iwl_pcie_enqueue_hcmd()
H A Dinternal.h374 * @cmd_hold_nic_awake: indicates NIC is held awake for APMG workaround
491 bool cmd_hold_nic_awake;
420 bool cmd_hold_nic_awake; global() member
H A Dtrans.c2264 if (trans_pcie->cmd_hold_nic_awake) in __iwl_trans_pcie_grab_nic_access()
2353 if (trans_pcie->cmd_hold_nic_awake) in iwl_trans_pcie_write_mem()