[go: nahoru, domu]

Searched defs:queues (Results 1 - 25 of 34) sorted by relevance

12

/drivers/scsi/aacraid/
H A Dcomminit.c250 struct aac_entry * queues; local
252 struct aac_queue_block * comm = dev->queues;
271 queues = (struct aac_entry *)(((ulong)headers) + hdrsize);
274 comm->queue[HostNormCmdQueue].base = queues;
276 queues += HOST_NORM_CMD_ENTRIES;
280 comm->queue[HostHighCmdQueue].base = queues;
283 queues += HOST_HIGH_CMD_ENTRIES;
287 comm->queue[AdapNormCmdQueue].base = queues;
290 queues += ADAP_NORM_CMD_ENTRIES;
294 comm->queue[AdapHighCmdQueue].base = queues;
[all...]
/drivers/net/wireless/iwlwifi/mvm/
H A Dtime-event.c102 u32 queues = 0; local
112 queues |= BIT(IWL_MVM_OFFCHANNEL_QUEUE);
114 queues |= BIT(mvm->aux_queue);
130 iwl_mvm_flush_tx_path(mvm, queues, false);
138 * from the hardware queues that made it through the race. First
H A Dmac80211.c301 hw->queues = mvm->first_agg_queue;
1107 * By now, all the AC queues are empty. The AGG queues are
1109 * packets in the queues. The drain work can have been
1933 * queues to this station will not be transmitted. The fw will
3007 struct ieee80211_vif *vif, u32 queues, bool drop)
3006 iwl_mvm_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/p54/
H A Dmain.c419 if (queue < dev->queues) {
664 * in the P54_QUEUE_BEACON or P54_QUEUE_SCAN queues, they
673 u32 queues, bool drop)
688 * queues have already been stopped and no new frames can sneak
767 dev->queues = 1;
672 p54_flush(struct ieee80211_hw *dev, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/rt2x00/
H A Drt2x00mac.c112 * Note that we can only stop the TX queues inside the TX path
216 * Loop through all beacon queues to find a free
753 u32 queues, bool drop)
752 rt2x00mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/block/
H A Dnull_blk.c40 struct nullb_queue *queues; member in struct:nullb
74 MODULE_PARM_DESC(submit_queues, "Number of submission queues");
110 MODULE_PARM_DESC(use_per_node_hctx, "Use per-node allocation for hardware context queues. Default: false");
272 return &nullb->queues[index];
343 struct nullb_queue *nq = &nullb->queues[index];
423 cleanup_queue(&nullb->queues[i]);
425 kfree(nullb->queues);
430 nullb->queues = kzalloc(submit_queues * sizeof(struct nullb_queue),
432 if (!nullb->queues)
447 nq = &nullb->queues[
[all...]
/drivers/net/xen-netback/
H A Dcommon.h235 struct xenvif_queue *queues; member in struct:xenvif
236 unsigned int num_queues; /* active queues, resource allocated */
/drivers/net/wireless/ath/ar5523/
H A Dar5523.c501 ar5523_err(ar, "could not reset Tx queues, error %d\n",
776 ar5523_dbg(ar, "stop queues (tot %d pend %d)\n",
906 /* Occasionally the TX queues stop responding. The only way to
1094 u32 queues, bool drop)
1691 hw->queues = 1;
1093 ar5523_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/ath/carl9170/
H A Dmain.c229 for (i = 0; i < ar->hw->queues; i++) {
286 for (i = 0; i < ar->hw->queues; i++) {
305 /* reinitialize queues statistics */
307 for (i = 0; i < ar->hw->queues; i++)
368 for (i = 0; i < ar->hw->queues; i++) {
1391 if (queue < ar->hw->queues) {
1703 u32 queues, bool drop)
1808 * All 4 AC queues work perfectly well under _legacy_ operation.
1813 hw->queues = __AR9170_NUM_TXQ;
1824 for (i = 0; i < ar->hw->queues;
1701 carl9170_op_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c40 #define N_TX_QUEUES 4 /* #tx queues on mac80211<->driver interface */
901 u32 queues, bool drop)
1069 hw->queues = N_TX_QUEUES;
900 brcms_ops_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/iwlwifi/dvm/
H A Dmac80211.c194 * We don't use all queues: 4 and 9 are unused and any
197 hw->queues = IWLAGN_FIRST_AMPDU_QUEUE;
1095 u32 queues, bool drop)
1119 IWL_DEBUG_TX_QUEUES(priv, "Flushing SCD queues: 0x%x\n", scd_queues);
1094 iwlagn_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/rtlwifi/
H A Dcore.c1665 u32 queues,
1671 rtlpriv->intf_ops->flush(hw, queues, drop);
1663 rtl_op_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
H A Dpci.c1721 static void rtl_pci_flush(struct ieee80211_hw *hw, u32 queues, bool drop) argument
1737 if (((queues >> queue_id) & 0x1) == 0) {
1752 /* we just wait 1s for all queues */
/drivers/dma/
H A Dcppi41.c303 /* not set all bits for queues less than Q 93 */
858 const struct chan_queues *queues; local
873 queues = cdd->queues_tx;
875 queues = cdd->queues_rx;
881 cchan->q_num = queues[cchan->port_num].submit;
882 cchan->q_comp_num = queues[cchan->port_num].complete;
/drivers/net/
H A Dtun.c115 /* DEFAULT_MAX_NUM_RSS_QUEUES were chosen to let the rx/tx queues allocated for
784 * number of queues.
1629 int queues = ifr->ifr_flags & IFF_MULTI_QUEUE ? local
1654 NET_NAME_UNKNOWN, tun_setup, queues,
1655 queues);
H A Dxen-netfront.c64 "Maximum number of queues per virtual interface");
165 struct netfront_queue *queues; member in struct:netfront_info
378 queue = &np->queues[i];
606 /* Drop the packet if no queues are set up */
611 queue = &np->queues[queue_index];
724 queue = &np->queues[i];
1290 xennet_interrupt(0, &info->queues[i]);
1327 np->queues = NULL;
1424 struct netfront_queue *queue = &info->queues[i];
1696 * queues
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dmain.c1171 vif->cab_queue = hw->queues - 2;
1987 u32 queues, bool drop)
1992 __ath9k_flush(hw, queues, drop);
1996 void __ath9k_flush(struct ieee80211_hw *hw, u32 queues, bool drop) argument
1986 ath9k_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/cw1200/
H A Dsta.c624 if (queue < dev->queues) {
940 u32 queues, bool drop)
939 cw1200_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/scsi/arm/
H A Dacornscsi.h305 unsigned int queues; member in struct:acornscsi_hostdata::__anon5160
320 } queues; member in struct:acornscsi_hostdata
H A Dfas216.h258 unsigned int queues; member in struct:__anon5172::__anon5174
286 } queues; member in struct:__anon5172
/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c150 /* dump endpoint queues */
256 struct dentry *root, *state, *queues, *eps; local
266 queues = debugfs_create_file("queues", 0400, root, udc,
268 if (!queues)
277 udc->debugfs_queues = queues;
283 debugfs_remove(queues);
/drivers/net/ethernet/sfc/
H A Def10.c176 * use TX option descriptors we need two TX queues per channel.
390 /* We assign the PIO buffers to queues in
1170 u32 queues; local
1174 queues = EFX_DWORD_FIELD(reg, ERF_DZ_ISR_REG);
1176 if (queues == 0)
1181 if (queues & (1U << efx->irq_level))
1185 if (queues & 1)
1187 queues >>= 1;
2125 /* If the MC has just rebooted, the TX/RX queues will have already been
2147 netif_err(efx, hw, efx->net_dev, "failed to flush %d queues\
[all...]
H A Dfarch.c157 * Special buffers are used for event queues and the TX and RX
167 * it to be used for event queues, descriptor rings etc.
223 * used for event queues and descriptor rings.
516 /* For kernel-mode queues in Falcon A1, the JUMBO flag enables
631 * has already been incremented for the queues
644 /* Flush all the transmit queues, and continue flushing receive queues until
703 netif_err(efx, hw, efx->net_dev, "failed to flush %d queues "
752 * flush any RX queues because efx->rxq_flush_outstanding is at the limit of 4
754 * we keep incrementing for the newly initialised queues, bu
1532 u32 queues; local
[all...]
/drivers/net/wireless/ath/ath10k/
H A Dmac.c3823 u32 queues, bool drop)
4858 * on LL hardware queues are managed entirely by the FW
4859 * so we only advertise to mac we can do the queues thing
4861 ar->hw->queues = 4;
3822 ath10k_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/
H A Dmac80211_hwsim.c1682 u32 queues, bool drop)
1684 /* Not implemented, queues only on kernel side */
2034 hw->queues = 5;
1680 mac80211_hwsim_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument

Completed in 499 milliseconds

12