Home
last modified time | relevance | path

Searched refs:sleep_notif (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-context-info-gen3.h208 __le32 sleep_notif; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c2342 u32 sleep_notif = in iwl_pcie_irq_msix_handler() local
2343 le32_to_cpu(trans_pcie->prph_info->sleep_notif); in iwl_pcie_irq_msix_handler()
2344 if (sleep_notif == IWL_D3_SLEEP_STATUS_SUSPEND || in iwl_pcie_irq_msix_handler()
2345 sleep_notif == IWL_D3_SLEEP_STATUS_RESUME) { in iwl_pcie_irq_msix_handler()
2348 sleep_notif); in iwl_pcie_irq_msix_handler()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h3362 struct il_sleep_notification sleep_notif; member
H A Dcommon.c4443 struct il_sleep_notification *sleep = &(pkt->u.sleep_notif); in il_hdl_pm_sleep()