Searched refs:qmask (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/sparc/kernel/ |
| H A D | irq_64.c | 985 unsigned long qmask) in register_one_mondo() argument 987 unsigned long num_entries = (qmask + 1) / 64; in register_one_mondo() 1016 static void __init alloc_one_queue(unsigned long *pa_ptr, unsigned long qmask) in alloc_one_queue() argument 1018 unsigned long size = PAGE_ALIGN(qmask + 1); in alloc_one_queue()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_txrx_common.h | 28 void ixgbe_irq_rearm_queues(struct ixgbe_adapter *adapter, u64 qmask);
|
| H A D | ixgbe_main.c | 920 u64 qmask) in ixgbe_irq_rearm_queues() argument 926 mask = (IXGBE_EIMS_RTX_QUEUE & qmask); in ixgbe_irq_rearm_queues() 935 mask = (qmask & 0xFFFFFFFF); in ixgbe_irq_rearm_queues() 937 mask = (qmask >> 32); in ixgbe_irq_rearm_queues() 3371 u64 qmask) in ixgbe_irq_enable_queues() argument 3378 mask = (IXGBE_EIMS_RTX_QUEUE & qmask); in ixgbe_irq_enable_queues() 3387 mask = (qmask & 0xFFFFFFFF); in ixgbe_irq_enable_queues() 3390 mask = (qmask >> 32); in ixgbe_irq_enable_queues() 11195 u64 qmask = BIT_ULL(ring); in ixgbe_irq_disable_single() local 11200 mask = qmask & IXGBE_EIMC_RTX_QUEUE; in ixgbe_irq_disable_single() [all …]
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.h | 14 void wx_intr_enable(struct wx *wx, u64 qmask);
|
| H A D | wx_hw.c | 109 static void wx_intr_disable(struct wx *wx, u64 qmask) in wx_intr_disable() argument 113 mask = (qmask & U32_MAX); in wx_intr_disable() 118 mask = (qmask >> 32); in wx_intr_disable() 124 void wx_intr_enable(struct wx *wx, u64 qmask) in wx_intr_enable() argument 129 wr32(wx, WX_VXIMC, qmask); in wx_intr_enable() 133 mask = (qmask & U32_MAX); in wx_intr_enable() 138 mask = (qmask >> 32); in wx_intr_enable()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_rxtx.c | 278 unsigned int qmask; in prestera_sdma_rx_poll() local 283 qmask = GENMASK(qnum - 1, 0); in prestera_sdma_rx_poll() 289 while (pkts_done < budget && rxq_done_map != qmask) { in prestera_sdma_rx_poll()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | sta.h | 545 u32 qmask, enum nl80211_iftype iftype,
|
| H A D | sta.c | 2150 u32 qmask, enum nl80211_iftype iftype, in iwl_mvm_allocate_int_sta() argument 2160 sta->tfd_queue_msk = qmask; in iwl_mvm_allocate_int_sta() 2245 u32 qmask = mvm->aux_queue == IWL_MVM_INVALID_QUEUE ? 0 : in iwl_mvm_add_aux_sta() local 2251 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, qmask, in iwl_mvm_add_aux_sta()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 917 u32 qmask) in ixgbevf_irq_enable_queues() argument 921 IXGBE_WRITE_REG(hw, IXGBE_VTEIMS, qmask); in ixgbevf_irq_enable_queues()
|