Searched refs:qi (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmac.c22 struct ath9k_tx_queue_info *qi)
201 struct ath9k_tx_queue_info *qi; local
203 qi = &ah->txq[q];
204 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
212 qi->tqi_ver = qinfo->tqi_ver;
213 qi->tqi_subtype = qinfo->tqi_subtype;
214 qi->tqi_qflags = qinfo->tqi_qflags;
215 qi->tqi_priority = qinfo->tqi_priority;
217 qi->tqi_aifs = min(qinfo->tqi_aifs, 255U);
219 qi
21 ath9k_hw_set_txq_interrupts(struct ath_hw *ah, struct ath9k_tx_queue_info *qi) argument
265 struct ath9k_tx_queue_info *qi; local
297 struct ath9k_tx_queue_info *qi; local
349 struct ath9k_tx_queue_info *qi; local
370 struct ath9k_tx_queue_info *qi; local
744 struct ath9k_tx_queue_info qi; local
[all...]
H A Dhtc_drv_beacon.c24 struct ath9k_tx_queue_info qi, qi_be; local
26 memset(&qi, 0, sizeof(struct ath9k_tx_queue_info));
29 ath9k_hw_get_txq_props(ah, priv->beacon.beaconq, &qi);
33 qi.tqi_aifs = 1;
34 qi.tqi_cwmin = 0;
35 qi.tqi_cwmax = 0;
41 qi.tqi_aifs = qi_be.tqi_aifs;
49 qi.tqi_cwmin = 2*qi_be.tqi_cwmin;
51 qi.tqi_cwmin = 4*qi_be.tqi_cwmin;
53 qi
[all...]
H A Dhtc_drv_txrx.c31 qi.tqi_subtype = subtype_txq_to_hwq[subtype]; \
32 qi.tqi_aifs = ATH9K_TXQ_USEDEFAULT; \
33 qi.tqi_cwmin = ATH9K_TXQ_USEDEFAULT; \
34 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT; \
35 qi.tqi_physCompBuf = 0; \
36 qi.tqi_qflags = TXQ_FLAG_TXEOLINT_ENABLE | \
193 struct ath9k_tx_queue_info qi; local
195 ath9k_hw_get_txq_props(ah, qnum, &qi);
197 qi.tqi_aifs = qinfo->tqi_aifs;
198 qi
830 struct ath9k_tx_queue_info qi; local
853 struct ath9k_tx_queue_info qi; local
[all...]
H A Dbeacon.c37 struct ath9k_tx_queue_info qi, qi_be; local
40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi);
45 qi.tqi_aifs = 1;
46 qi.tqi_cwmin = 0;
47 qi.tqi_cwmax = 0;
52 qi.tqi_aifs = qi_be.tqi_aifs;
54 qi.tqi_cwmin = 2*qi_be.tqi_cwmin;
56 qi.tqi_cwmin = 4*qi_be.tqi_cwmin;
57 qi.tqi_cwmax = qi_be.tqi_cwmax;
60 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) {
[all...]
/linux-master/fs/xfs/
H A Dxfs_qm.h79 struct xfs_quotainfo *qi,
84 return &qi->qi_uquota_tree;
86 return &qi->qi_gquota_tree;
88 return &qi->qi_pquota_tree;
172 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) argument
176 return &qi->qi_usr_default;
178 return &qi->qi_grp_default;
180 return &qi->qi_prj_default;
78 xfs_dquot_tree( struct xfs_quotainfo *qi, xfs_dqtype_t type) argument
H A Dxfs_qm.c40 STATIC void xfs_qm_destroy_quotainos(struct xfs_quotainfo *qi);
58 struct xfs_quotainfo *qi = mp->m_quotainfo; local
59 struct radix_tree_root *tree = xfs_dquot_tree(qi, type);
75 mutex_lock(&qi->qi_tree_lock);
79 mutex_unlock(&qi->qi_tree_lock);
97 mutex_unlock(&qi->qi_tree_lock);
126 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; local
167 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id);
168 qi->qi_dquots--;
175 list_lru_del_obj(&qi
508 struct xfs_quotainfo *qi = shrink->private_data; local
542 struct xfs_quotainfo *qi = shrink->private_data; local
722 struct xfs_quotainfo *qi; local
1630 xfs_qm_destroy_quotainos( struct xfs_quotainfo *qi) argument
1652 struct xfs_quotainfo *qi = mp->m_quotainfo; local
[all...]
H A Dxfs_dquot.c33 * qi->qi_tree_lock
36 * qi->qi_lru_lock
131 struct xfs_quotainfo *qi = mp->m_quotainfo; local
133 return clamp_t(time64_t, timeout, qi->qi_expiry_min,
134 qi->qi_expiry_max);
185 struct xfs_quotainfo *qi = mp->m_quotainfo; local
189 defq = xfs_get_defquota(qi, xfs_dquot_type(dq));
777 struct xfs_quotainfo *qi,
784 mutex_lock(&qi->qi_tree_lock);
787 mutex_unlock(&qi
775 xfs_qm_dqget_cache_lookup( struct xfs_mount *mp, struct xfs_quotainfo *qi, struct radix_tree_root *tree, xfs_dqid_t id) argument
822 xfs_qm_dqget_cache_insert( struct xfs_mount *mp, struct xfs_quotainfo *qi, struct radix_tree_root *tree, xfs_dqid_t id, struct xfs_dquot *dqp) argument
889 struct xfs_quotainfo *qi = mp->m_quotainfo; local
978 struct xfs_quotainfo *qi = mp->m_quotainfo; local
1100 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; local
[all...]
H A Dxfs_trans_dquot.c169 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; local
171 xfs_hooks_call(&qi->qi_mod_ino_dqtrx_hooks, field, &p);
178 struct xfs_quotainfo *qi,
191 error = xfs_hooks_add(&qi->qi_apply_dqtrx_hooks, &hook->apply_hook);
195 error = xfs_hooks_add(&qi->qi_mod_ino_dqtrx_hooks, &hook->mod_hook);
202 xfs_hooks_del(&qi->qi_apply_dqtrx_hooks, &hook->apply_hook);
210 struct xfs_quotainfo *qi,
218 xfs_hooks_del(&qi->qi_mod_ino_dqtrx_hooks, &hook->mod_hook);
219 xfs_hooks_del(&qi->qi_apply_dqtrx_hooks, &hook->apply_hook);
448 struct xfs_quotainfo *qi local
177 xfs_dqtrx_hook_add( struct xfs_quotainfo *qi, struct xfs_dqtrx_hook *hook) argument
209 xfs_dqtrx_hook_del( struct xfs_quotainfo *qi, struct xfs_dqtrx_hook *hook) argument
617 struct xfs_quotainfo *qi = tp->t_mountp->m_quotainfo; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bw.c212 struct intel_qgv_info *qi,
218 qi->num_points = dram_info->num_qgv_points;
219 qi->num_psf_points = dram_info->num_psf_gv_points;
224 qi->t_bl = 4;
225 qi->max_numchannels = 2;
226 qi->channel_width = 64;
227 qi->deinterleave = 2;
230 qi->t_bl = 8;
231 qi->max_numchannels = 4;
232 qi
211 icl_get_qgv_points(struct drm_i915_private *dev_priv, struct intel_qgv_info *qi, bool is_y_tile) argument
328 icl_sagv_max_dclk(const struct intel_qgv_info *qi) argument
388 struct intel_qgv_info qi = {}; local
457 struct intel_qgv_info qi = {}; local
[all...]
/linux-master/fs/xfs/scrub/
H A Ddqiterate.c46 struct xfs_quotainfo *qi = cursor->sc->mp->m_quotainfo; local
54 fileoff = this_id / qi->qi_dqperchunk;
90 struct xfs_quotainfo *qi = cursor->sc->mp->m_quotainfo; local
101 if (fileoff > XFS_DQ_ID_MAX / qi->qi_dqperchunk) {
123 next_id = cursor->bmap.br_startoff * qi->qi_dqperchunk;
148 struct xfs_quotainfo *qi = cursor->sc->mp->m_quotainfo; local
149 struct radix_tree_root *tree = xfs_dquot_tree(qi, cursor->dqtype);
155 mutex_lock(&qi->qi_tree_lock);
159 mutex_unlock(&qi->qi_tree_lock);
H A Dquota.c146 struct xfs_quotainfo *qi = mp->m_quotainfo; local
169 offset = dq->q_id / qi->qi_dqperchunk;
261 struct xfs_quotainfo *qi = sc->mp->m_quotainfo; local
272 max_dqid_off = XFS_DQ_ID_MAX / qi->qi_dqperchunk;
302 struct xfs_quotainfo *qi = mp->m_quotainfo; local
334 sqi.last_id * qi->qi_dqperchunk, &error))
H A Dquota_repair.c116 struct xfs_quotainfo *qi = mp->m_quotainfo; local
117 xfs_fileoff_t offset = dq->q_id / qi->qi_dqperchunk;
306 struct xfs_quotainfo *qi = sc->mp->m_quotainfo; local
307 struct xfs_def_quota *defq = xfs_get_defquota(qi, dqtype);
314 qi->qi_dqchunklen, 0, &bp, &xfs_dquot_buf_ops);
320 sc->mp->m_ddev_targp, daddr, qi->qi_dqchunklen,
346 for (i = 0; i < qi->qi_dqperchunk; i++, dqblk++) {
404 struct xfs_quotainfo *qi = sc->mp->m_quotainfo; local
418 max_dqid_off = XFS_DQ_ID_MAX / qi->qi_dqperchunk;
495 dqtype, off * qi
[all...]
/linux-master/arch/um/drivers/
H A Dvector_kern.c248 static int vector_advancehead(struct vector_queue *qi, int advance) argument
252 qi->head =
253 (qi->head + advance)
254 % qi->max_depth;
257 spin_lock(&qi->tail_lock);
258 qi->queue_depth -= advance;
264 if (qi->queue_depth == 0) {
265 qi->head = 0;
266 qi->tail = 0;
268 queue_depth = qi
278 vector_advancetail(struct vector_queue *qi, int advance) argument
333 vector_enqueue(struct vector_queue *qi, struct sk_buff *skb) argument
379 consume_vector_skbs(struct vector_queue *qi, int count) argument
407 vector_send(struct vector_queue *qi) argument
480 destroy_queue(struct vector_queue *qi) argument
673 prep_queue_for_rx(struct vector_queue *qi) argument
959 struct vector_queue *qi = vp->rx_queue; local
[all...]
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_tracepoints.h79 TP_PROTO(u32 id, u32 opc, u32 htag, u32 qi, u32 pi, u32 ci),
81 TP_ARGS(id, opc, htag, qi, pi, ci),
87 __field(u32, qi)
96 __entry->qi = qi;
102 __entry->id, __entry->opc, __entry->htag, __entry->qi,
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dqcu.c157 struct ath5k_txq_info *qi; local
161 qi = &ah->ah_txq[queue];
163 if (qi->tqi_type == AR5K_TX_QUEUE_INACTIVE)
167 qi->tqi_type = qinfo->tqi_type;
168 qi->tqi_subtype = qinfo->tqi_subtype;
169 qi->tqi_flags = qinfo->tqi_flags;
175 qi->tqi_aifs = min(qinfo->tqi_aifs, (u8)0xFC);
176 qi->tqi_cw_min = ath5k_cw_validate(qinfo->tqi_cw_min);
177 qi->tqi_cw_max = ath5k_cw_validate(qinfo->tqi_cw_max);
178 qi
[all...]
H A Dmac80211-ops.c579 struct ath5k_txq_info qi; local
587 ath5k_hw_get_tx_queueprops(ah, queue, &qi);
589 qi.tqi_aifs = params->aifs;
590 qi.tqi_cw_min = params->cw_min;
591 qi.tqi_cw_max = params->cw_max;
592 qi.tqi_burst_time = params->txop * 32;
600 if (ath5k_hw_set_tx_queueprops(ah, queue, &qi)) {
/linux-master/drivers/iommu/intel/
H A Ddmar.c1189 if (iommu->qi) {
1190 free_page((unsigned long)iommu->qi->desc);
1191 kfree(iommu->qi->desc_status);
1192 kfree(iommu->qi);
1205 static inline void reclaim_free_desc(struct q_inval *qi) argument
1207 while (qi->desc_status[qi->free_tail] == QI_DONE ||
1208 qi->desc_status[qi->free_tail] == QI_ABORT) {
1209 qi
1278 struct q_inval *qi = iommu->qi; local
1373 struct q_inval *qi = iommu->qi; local
1721 struct q_inval *qi = iommu->qi; local
1757 struct q_inval *qi; local
[all...]
H A Ddebugfs.c496 desc = iommu->qi->desc + offset;
501 iommu->qi->desc_status[index]);
505 iommu->qi->desc_status[index]);
514 struct q_inval *qi; local
519 qi = iommu->qi;
522 if (!qi || !ecap_qis(iommu->ecap))
527 raw_spin_lock_irqsave(&qi->q_lock, flags);
529 (u64)virt_to_phys(qi->desc),
533 raw_spin_unlock_irqrestore(&qi
[all...]
/linux-master/tools/testing/selftests/lkdtm/
H A Drun.sh101 if grep -E -qi "$expect" "$LOG" ; then
105 if grep -E -qi XFAIL: "$LOG" ; then
/linux-master/drivers/regulator/
H A Dmt6332-regulator.c28 * @qi: Mask for query enable signal status of regulators
32 * @status_reg: Register for regulator enable status where qi unavailable
37 u32 qi; member in struct:mt6332_regulator_info
65 .qi = BIT(13), \
91 .qi = BIT(15), \
133 .qi = BIT(15), \
153 .qi = BIT(qibit), \
188 if (info->qi > 0) {
190 en_mask = info->qi;
H A Dmt6397-regulator.c22 * @qi: Mask for query enable signal status of regulators
29 u32 qi; member in struct:mt6397_regulator_info
57 .qi = BIT(13), \
82 .qi = BIT(15), \
99 .qi = BIT(15), \
230 return (regval & info->qi) ? REGULATOR_STATUS_ON : REGULATOR_STATUS_OFF;
H A Dmt6331-regulator.c28 * @qi: Mask for query enable signal status of regulators
32 * @status_reg: Register for regulator enable status where qi unavailable
37 u32 qi; member in struct:mt6331_regulator_info
65 .qi = BIT(13), \
131 .qi = BIT(15), \
153 .qi = BIT(qibit), \
218 return (regval & info->qi) ? REGULATOR_STATUS_ON : REGULATOR_STATUS_OFF;
H A Dmt6323-regulator.c24 * @qi: Mask for query enable signal status of regulators
31 u32 qi; member in struct:mt6323_regulator_info
57 .qi = BIT(13), \
80 .qi = BIT(15), \
100 .qi = BIT(15), \
169 return (regval & info->qi) ? REGULATOR_STATUS_ON : REGULATOR_STATUS_OFF;
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c1429 struct virtchnl2_txq_info *qi __free(kfree) = NULL;
1437 qi = kcalloc(totqs, sizeof(struct virtchnl2_txq_info), GFP_KERNEL);
1438 if (!qi)
1447 qi[k].queue_id =
1449 qi[k].model =
1451 qi[k].type =
1453 qi[k].ring_len =
1455 qi[k].dma_ring_addr =
1460 qi[k].tx_compl_queue_id =
1462 qi[
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c324 #define ICE_FREE_CQ_BUFS(hw, qi, ring) \
327 if ((qi)->ring.r.ring##_bi) { \
330 for (i = 0; i < (qi)->num_##ring##_entries; i++) \
331 if ((qi)->ring.r.ring##_bi[i].pa) { \
333 (qi)->ring.r.ring##_bi[i].size, \
334 (qi)->ring.r.ring##_bi[i].va, \
335 (qi)->ring.r.ring##_bi[i].pa); \
336 (qi)->ring.r.ring##_bi[i].va = NULL;\
337 (qi)->ring.r.ring##_bi[i].pa = 0;\
338 (qi)
[all...]

Completed in 257 milliseconds

12