Searched refs:qmask (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_txrx_common.h | 26 void ixgbe_irq_rearm_queues(struct ixgbe_adapter *adapter, u64 qmask);
|
D | ixgbe_main.c | 902 u64 qmask) in ixgbe_irq_rearm_queues() argument 908 mask = (IXGBE_EIMS_RTX_QUEUE & qmask); in ixgbe_irq_rearm_queues() 916 mask = (qmask & 0xFFFFFFFF); in ixgbe_irq_rearm_queues() 918 mask = (qmask >> 32); in ixgbe_irq_rearm_queues() 2929 u64 qmask) in ixgbe_irq_enable_queues() argument 2936 mask = (IXGBE_EIMS_RTX_QUEUE & qmask); in ixgbe_irq_enable_queues() 2944 mask = (qmask & 0xFFFFFFFF); in ixgbe_irq_enable_queues() 2947 mask = (qmask >> 32); in ixgbe_irq_enable_queues() 2958 u64 qmask) in ixgbe_irq_disable_queues() argument 2965 mask = (IXGBE_EIMS_RTX_QUEUE & qmask); in ixgbe_irq_disable_queues() [all …]
|
/Linux-v5.4/arch/sparc/kernel/ |
D | irq_64.c | 987 unsigned long qmask) in register_one_mondo() argument 989 unsigned long num_entries = (qmask + 1) / 64; in register_one_mondo() 1018 static void __init alloc_one_queue(unsigned long *pa_ptr, unsigned long qmask) in alloc_one_queue() argument 1020 unsigned long size = PAGE_ALIGN(qmask + 1); in alloc_one_queue()
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.h | 555 u32 qmask, enum nl80211_iftype iftype,
|
D | sta.c | 1935 u32 qmask, enum nl80211_iftype iftype, in iwl_mvm_allocate_int_sta() argument 1945 sta->tfd_queue_msk = qmask; in iwl_mvm_allocate_int_sta()
|
D | mac80211.c | 4877 u32 qmask = BIT(mvm->trans->num_rx_queues) - 1; in iwl_mvm_sync_rx_queues_internal() local 4890 ret = iwl_mvm_notify_rx_queue(mvm, qmask, (u8 *)notif, in iwl_mvm_sync_rx_queues_internal()
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 926 u32 qmask) in ixgbevf_irq_enable_queues() argument 930 IXGBE_WRITE_REG(hw, IXGBE_VTEIMS, qmask); in ixgbevf_irq_enable_queues()
|