Searched refs:queues (Results 126 - 150 of 217) sorted by relevance

123456789

/linux-master/include/target/
H A Dtarget_core_base.h880 struct se_device_queue *queues; member in struct:se_device
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c101 * Note that we can only stop the TX queues inside the TX path
221 * Loop through all beacon queues to find a free
726 u32 queues, bool drop)
725 rt2x00mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c577 hw->queues = 1;
/linux-master/drivers/net/wireless/st/cw1200/
H A Dmain.c305 hw->queues = 4;
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c744 hw->queues = 1;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c179 * We don't use all queues: 4 and 9 are unused and any
182 hw->queues = IWLAGN_FIRST_AMPDU_QUEUE;
1081 u32 queues, bool drop)
1103 IWL_DEBUG_TX_QUEUES(priv, "Flushing SCD queues: 0x%x\n",
1080 iwlagn_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c604 * TX queues per channel for different checksumming combinations.
817 /* We assign the PIO buffers to queues in
1929 /* Expect ENOENT if DMA queues have not been set up */
2164 u32 queues; local
2168 queues = EFX_DWORD_FIELD(reg, ERF_DZ_ISR_REG);
2170 if (queues == 0)
2175 if (queues & (1U << efx->irq_level))
2179 if (queues & 1)
2181 queues >>= 1;
2365 * number of queues
[all...]
/linux-master/net/mac80211/
H A Dtrace.h1183 u32 queues, bool drop),
1185 TP_ARGS(local, queues, drop),
1190 __field(u32, queues)
1196 __entry->queues = queues;
1200 LOCAL_PR_FMT " queues:0x%x drop:%d",
1201 LOCAL_PR_ARG, __entry->queues, __entry->drop
H A Diface.c406 int n_queues = sdata->local->hw.queues;
854 if (local->hw.queues < IEEE80211_NUM_ACS)
1095 else if (local->hw.queues >= IEEE80211_NUM_ACS)
H A Dieee80211_i.h72 * It makes little sense to enable u-APSD queues by default because it needs
98 /* Keep a station's queues on the active list for deficit accounting
539 * Bitmask of enabled u-apsd queues,
579 * while the sdata->work is flushing the queues, for example.
834 * mode, so queues are stopped
1432 * queues increases over the limit. */
2356 unsigned long queues,
2366 unsigned long queues,
2383 unsigned int queues, bool drop);
H A Dtdls.c409 if (local->hw.queues >= IEEE80211_NUM_ACS &&
630 if (local->hw.queues >= IEEE80211_NUM_ACS && sta->sta.wme)
1223 * queues and flushing all direct packets.
1465 * created while the queues were stopped, so it might still be
1466 * pending. Before flushing the queues we need to be sure the
H A Dibss.c201 if (local->hw.queues >= IEEE80211_NUM_ACS)
1013 local->hw.queues >= IEEE80211_NUM_ACS) {
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c213 /* Check if there is an error on xmit/recv queues */
381 * that the tx routine incorrectly re-queues a pkt due to
512 /* Destroy all tx queues */
869 /* Init all tx queues */
2251 * NAPI polling function for MSI-X mode with multiple Rx queues
2285 * Handle completion interrupts on tx queues
2298 /* Handle the case where only one irq is allocate for all tx queues */
2315 * Handle completion interrupts on rx queues. Returns whether or not the
2448 * all tx queues */
2511 /* Number of rx queues wil
3796 int queues; local
[all...]
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1254 BUILD_BUG_ON(ARRAY_SIZE(gmu->queues) != ARRAY_SIZE(a6xx_state->hfi_queue_history));
1256 for (i = 0; i < ARRAY_SIZE(gmu->queues); i++) {
1257 struct a6xx_hfi_queue *queue = &gmu->queues[i];
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c99 u8 count; /* number of queues in group */
112 struct mlxsw_pci_queue_type_group queues[MLXSW_PCI_QUEUE_TYPE_COUNT]; member in struct:mlxsw_pci
187 return &mlxsw_pci->queues[q_type];
213 return &mlxsw_pci->queues[q_type].q[q_num];
1078 dev_err(&pdev->dev, "Unsupported number of queues\n");
1097 dev_err(&pdev->dev, "Failed to initialize event queues\n");
1104 dev_err(&pdev->dev, "Failed to initialize completion queues\n");
1111 dev_err(&pdev->dev, "Failed to initialize send descriptor queues\n");
1118 dev_err(&pdev->dev, "Failed to initialize receive descriptor queues\n");
1122 /* We have to poll in command interface until queues ar
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c408 * with many more queues than the current code can deal with
420 hw->queues = IEEE80211_NUM_ACS;
3228 * queues to this station will not be transmitted. The fw will
3900 * This is after the sync_rcu part, so the queues have already been
3902 * the queues.
5592 static void iwl_mvm_flush_no_vif(struct iwl_mvm *mvm, u32 queues, bool drop) argument
5600 iwl_mvm_flushable_queues(mvm) & queues);
5603 iwl_trans_wait_tx_queues_empty(mvm->trans, queues);
5627 u32 queues, bool drop)
5638 iwl_mvm_flush_no_vif(mvm, queues, dro
5626 iwl_mvm_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1308 * A reset will ensure that all queues are woken up,
1400 ieee80211_stop_queue(sc->hw, sc->hw->queues - 2);
1419 ieee80211_wake_queue(sc->hw, sc->hw->queues - 2);
/linux-master/drivers/scsi/aacraid/
H A Dlinit.c1796 kfree(aac->queues);
1915 kfree(aac->queues);
H A Dcommctrl.c330 if (status && !dev->in_reset && dev->queues && dev->fsa_dev) {
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c40 #define N_TX_QUEUES 4 /* #tx queues on mac80211<->driver interface */
905 u32 queues, bool drop)
1095 hw->queues = N_TX_QUEUES;
904 brcms_ops_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/wireless/ath/ar5523/
H A Dar5523.c512 ar5523_err(ar, "could not reset Tx queues, error %d\n",
785 ar5523_dbg(ar, "stop queues (tot %d pend %d)\n",
915 /* Occasionally the TX queues stop responding. The only way to
1101 u32 queues, bool drop)
1700 hw->queues = 1;
1100 ar5523_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1282 u32 queues, bool drop)
1287 wcn36xx_err("Failed to flush hardware tx queues\n");
1458 wcn->hw->queues = 4;
1281 wcn36xx_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1745 u32 queues,
1751 rtlpriv->intf_ops->flush(hw, queues, drop);
1743 rtl_op_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1627 dev->queues = 1;
1629 dev->queues = 4;
/linux-master/drivers/net/wireless/ath/carl9170/
H A Ddebug.c403 for (i = 0; i < ar->hw->queues; i++) {

Completed in 373 milliseconds

123456789