Searched refs:queues (Results 151 - 175 of 227) sorted by relevance

12345678910

/linux-master/net/mac80211/
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) {
H A Dtx.c1684 if (WARN_ON_ONCE(q >= local->hw.queues)) {
1699 * Drop off-channel frames if queues
1803 * are dequeued from the intermediate queues (when they are enabled).
4780 for (i = 0; i < local->hw.queues; i++) {
4854 for (i = 0; i < local->hw.queues; i++) {
5965 u32 queues; local
6006 queues = BIT(sdata->vif.hw_queue[ieee802_1d_to_ac[tid]]);
6007 __ieee80211_flush_queues(local, sdata, queues, false);
6212 if (local->hw.queues < IEEE80211_NUM_ACS)
/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/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/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)
1714 hw->queues = 1;
1100 ar5523_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-video.c541 list_for_each_entry(aq, &stream->queues, node) {
729 if (WARN_ON(!list_empty(&stream->queues)))
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1730 u32 queues,
1736 rtlpriv->intf_ops->flush(hw, queues, drop);
1728 rtl_op_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
H A Dpci.c1651 static void rtl_pci_flush(struct ieee80211_hw *hw, u32 queues, bool drop) argument
1667 if (((queues >> queue_id) & 0x1) == 0) {
1682 /* we just wait 1s for all queues */
/linux-master/drivers/net/wireless/ath/carl9170/
H A Ddebug.c403 for (i = 0; i < ar->hw->queues; i++) {
/linux-master/drivers/scsi/aacraid/
H A Dcommctrl.c330 if (status && !dev->in_reset && dev->queues && dev->fsa_dev) {
/linux-master/drivers/net/wireless/intersil/p54/
H A Dtxrx.c177 for (i = 0; i < priv->hw->queues; i++) {
H A Dfwio.c152 priv->hw->queues = P54_QUEUE_AC_NUM;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h687 void *queues; member in struct:scsi_qla_host
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h1317 * Returns NULL for non tx queues.
1389 * rt2x00queue_start_queues - Start all data queues
1392 * This function will loop through all available queues to start them
1397 * rt2x00queue_stop_queues - Halt all data queues
1400 * This function will loop through all available queues to stop
1406 * rt2x00queue_flush_queues - Flush all data queues
1410 * This function will loop through all available queues to flush
1501 u32 queues, bool drop);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb.h1264 struct macb_queue queues[MACB_MAX_QUEUES]; member in struct:macb
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_util.c147 hw->queues = 4;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c753 hw->queues = 4;
H A Dath9k.h756 void __ath9k_flush(struct ieee80211_hw *hw, u32 queues, bool drop,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c580 u32 queues, bool drop)
579 mt7603_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dsta.c208 WARN_ON(queue >= hw->queues);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h85 * definitions for Kaveri. In Kaveri only the first ME queues participates
149 * Kernel module parameter to specify maximum number of supported queues per
191 * Don't evict process queues on vm fault
388 * @KFD_UNMAP_QUEUES_FILTER_ALL_QUEUES: Preempts all queues in the
389 * running queues list.
391 * @KFD_UNMAP_QUEUES_FILTER_DYNAMIC_QUEUES: Preempts all non-static queues
394 * @KFD_UNMAP_QUEUES_FILTER_BY_PASID: Preempts queues that belongs to
446 * @priority: Defines the queue priority relative to other queues in the
451 * currently all queues are initialized with the highest priority.
470 * @is_evicted: Defines if the queue is evicted. Only active queues
636 struct list_head queues; member in struct:process_queue_manager
[all...]
/linux-master/net/core/
H A Ddev.c2354 * @txq: number of queues available
2371 netdev_warn(dev, "Number of in use tx queues changed invalidating tc mappings. Priority traffic classification disabled!\n");
2382 netdev_warn(dev, "Number of in use tx queues changed. Priority %i to tc mapping %i is no longer valid. Setting map to 0\n",
2427 if (map->queues[pos] != index)
2431 map->queues[pos] = map->queues[--map->len];
2534 if (map->queues[pos] != index)
2559 new_map->queues[i] = map->queues[i];
2684 while ((pos < map->len) && (map->queues[po
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.c619 if (queue < dev->queues) {
930 u32 queues, bool drop)
929 cw1200_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c1051 * normally on parts with too few tx queues
1148 * Empty tx buffers from all queues in preparation
2185 * ath5k_beacon_config - Configure the beacon queues and interrupts
2542 "TX queues stuck, resetting\n");
2746 * drain and release tx queues
2923 /* We are going to empty hw queues
3058 * Allocate hardware transmit queues: one queue for
3061 * these queues at the needed time.
3076 /* 5211 and 5212 usually support 10 queues but we better rely on the
3105 hw->queues
[all...]

Completed in 354 milliseconds

12345678910