Home
last modified time | relevance | path

Searched refs:grab_nic_access (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h561 * @grab_nic_access: wake the NIC to be able to access non-HBUS regs.
562 * Sleeping is not allowed between grab_nic_access and
565 * must be the same one that was sent before to the grab_nic_access.
634 bool (*grab_nic_access)(struct iwl_trans *trans, unsigned long *flags); member
1429 likely((trans)->ops->grab_nic_access(trans, flags)))
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h555 * @grab_nic_access: wake the NIC to be able to access non-HBUS regs.
556 * Sleeping is not allowed between grab_nic_access and
559 * must be the same one that was sent before to the grab_nic_access.
631 bool (*grab_nic_access)(struct iwl_trans *trans); member
1541 likely((trans)->ops->grab_nic_access(trans)))
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3420 .grab_nic_access = iwl_trans_pcie_grab_nic_access, \
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3530 .grab_nic_access = iwl_trans_pcie_grab_nic_access, \

Completed in 14 milliseconds