Home
last modified time | relevance | path

Searched refs:qi (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dmac.c203 qi = &ah->txq[q]; in ath9k_hw_set_txq_props()
224 qi->tqi_cwmin = (qi->tqi_cwmin << 1) | 1; in ath9k_hw_set_txq_props()
231 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1; in ath9k_hw_set_txq_props()
267 qi = &ah->txq[q]; in ath9k_hw_get_txq_props()
323 qi = &ah->txq[q]; in ath9k_hw_setuptxqueue()
351 qi = &ah->txq[q]; in ath9k_hw_releasetxqueue()
373 qi = &ah->txq[q]; in ath9k_hw_resettxqueue()
417 if (qi->tqi_readyTime && (qi->tqi_type != ATH9K_TX_QUEUE_CAB)) { in ath9k_hw_resettxqueue()
746 memset(&qi, 0, sizeof(qi)); in ath9k_hw_beaconq_setup()
747 qi.tqi_aifs = 1; in ath9k_hw_beaconq_setup()
[all …]
A Dhtc_drv_beacon.c24 struct ath9k_tx_queue_info qi, qi_be; in ath9k_htc_beaconq_config() local
26 memset(&qi, 0, sizeof(struct ath9k_tx_queue_info)); in ath9k_htc_beaconq_config()
29 ath9k_hw_get_txq_props(ah, priv->beacon.beaconq, &qi); in ath9k_htc_beaconq_config()
33 qi.tqi_aifs = 1; in ath9k_htc_beaconq_config()
34 qi.tqi_cwmin = 0; in ath9k_htc_beaconq_config()
35 qi.tqi_cwmax = 0; in ath9k_htc_beaconq_config()
41 qi.tqi_aifs = qi_be.tqi_aifs; in ath9k_htc_beaconq_config()
49 qi.tqi_cwmin = 2*qi_be.tqi_cwmin; in ath9k_htc_beaconq_config()
51 qi.tqi_cwmin = 4*qi_be.tqi_cwmin; in ath9k_htc_beaconq_config()
53 qi.tqi_cwmax = qi_be.tqi_cwmax; in ath9k_htc_beaconq_config()
[all …]
A Dhtc_drv_txrx.c32 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; \
193 struct ath9k_tx_queue_info qi; in ath_htc_txq_update() local
197 qi.tqi_aifs = qinfo->tqi_aifs; in ath_htc_txq_update()
199 qi.tqi_cwmax = qinfo->tqi_cwmax; in ath_htc_txq_update()
833 struct ath9k_tx_queue_info qi; in ath9k_htc_txq_setup() local
836 memset(&qi, 0, sizeof(qi)); in ath9k_htc_txq_setup()
856 struct ath9k_tx_queue_info qi; in ath9k_htc_cabq_setup() local
[all …]
A Dbeacon.c37 struct ath9k_tx_queue_info qi, qi_be; in ath9k_beaconq_config() local
40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi); in ath9k_beaconq_config()
45 qi.tqi_aifs = 1; in ath9k_beaconq_config()
46 qi.tqi_cwmin = 0; in ath9k_beaconq_config()
47 qi.tqi_cwmax = 0; in ath9k_beaconq_config()
52 qi.tqi_aifs = qi_be.tqi_aifs; in ath9k_beaconq_config()
54 qi.tqi_cwmin = 2*qi_be.tqi_cwmin; in ath9k_beaconq_config()
56 qi.tqi_cwmin = 4*qi_be.tqi_cwmin; in ath9k_beaconq_config()
57 qi.tqi_cwmax = qi_be.tqi_cwmax; in ath9k_beaconq_config()
60 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) { in ath9k_beaconq_config()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_bw.c191 qi->t_bl = 4; in icl_get_qgv_points()
194 qi->deinterleave = 2; in icl_get_qgv_points()
197 qi->t_bl = 8; in icl_get_qgv_points()
200 qi->deinterleave = 2; in icl_get_qgv_points()
204 qi->t_bl = 16; in icl_get_qgv_points()
229 qi->t_bl = 8; in icl_get_qgv_points()
237 qi->t_bl = 16; in icl_get_qgv_points()
243 qi->t_bl = 16; in icl_get_qgv_points()
253 qi->num_points > ARRAY_SIZE(qi->points))) in icl_get_qgv_points()
254 qi->num_points = ARRAY_SIZE(qi->points); in icl_get_qgv_points()
[all …]
/linux-6.3-rc2/arch/um/drivers/
A Dvector_kern.c252 qi->head = in vector_advancehead()
254 % qi->max_depth; in vector_advancehead()
265 qi->head = 0; in vector_advancehead()
266 qi->tail = 0; in vector_advancehead()
282 qi->tail = in vector_advancetail()
351 *(qi->skbuff_vector + qi->tail) = skb; in vector_enqueue()
424 if (send_len + qi->head > qi->max_depth) in vector_send()
425 send_len = qi->max_depth - qi->head; in vector_send()
487 if (qi == NULL) in destroy_queue()
514 kfree(qi); in destroy_queue()
[all …]
/linux-6.3-rc2/drivers/iommu/intel/
A Ddmar.c1207 while (qi->desc_status[qi->free_tail] == QI_DONE || in reclaim_free_desc()
1208 qi->desc_status[qi->free_tail] == QI_ABORT) { in reclaim_free_desc()
1209 qi->desc_status[qi->free_tail] = QI_FREE; in reclaim_free_desc()
1210 qi->free_tail = (qi->free_tail + 1) % QI_LENGTH; in reclaim_free_desc()
1276 struct q_inval *qi = iommu->qi; in qi_check_fault() local
1351 struct q_inval *qi = iommu->qi; in qi_submit_sync() local
1362 if (!qi) in qi_submit_sync()
1681 struct q_inval *qi = iommu->qi; in __dmar_enable_qi() local
1684 qi->free_head = qi->free_tail = 0; in __dmar_enable_qi()
1729 iommu->qi = kmalloc(sizeof(*qi), GFP_ATOMIC); in dmar_enable_qi()
[all …]
A Ddebugfs.c410 desc = iommu->qi->desc + offset; in invalidation_queue_entry_show()
415 iommu->qi->desc_status[index]); in invalidation_queue_entry_show()
419 iommu->qi->desc_status[index]); in invalidation_queue_entry_show()
428 struct q_inval *qi; in invalidation_queue_show() local
433 qi = iommu->qi; in invalidation_queue_show()
436 if (!qi || !ecap_qis(iommu->ecap)) in invalidation_queue_show()
441 raw_spin_lock_irqsave(&qi->q_lock, flags); in invalidation_queue_show()
443 (u64)virt_to_phys(qi->desc), in invalidation_queue_show()
447 raw_spin_unlock_irqrestore(&qi->q_lock, flags); in invalidation_queue_show()
/linux-6.3-rc2/fs/xfs/
A Dxfs_qm.h75 struct xfs_quotainfo *qi, in xfs_dquot_tree() argument
80 return &qi->qi_uquota_tree; in xfs_dquot_tree()
82 return &qi->qi_gquota_tree; in xfs_dquot_tree()
84 return &qi->qi_pquota_tree; in xfs_dquot_tree()
156 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) in xfs_get_defquota() argument
160 return &qi->qi_usr_default; in xfs_get_defquota()
162 return &qi->qi_grp_default; in xfs_get_defquota()
164 return &qi->qi_prj_default; in xfs_get_defquota()
A Dxfs_qm.c167 qi->qi_dquots--; in xfs_qm_dqpurge()
716 struct xfs_quotainfo *qi; in xfs_qm_destroy_quotainfo() local
718 qi = mp->m_quotainfo; in xfs_qm_destroy_quotainfo()
719 ASSERT(qi != NULL); in xfs_qm_destroy_quotainfo()
726 kmem_free(qi); in xfs_qm_destroy_quotainfo()
1602 if (qi->qi_uquotaip) { in xfs_qm_destroy_quotainos()
1606 if (qi->qi_gquotaip) { in xfs_qm_destroy_quotainos()
1608 qi->qi_gquotaip = NULL; in xfs_qm_destroy_quotainos()
1610 if (qi->qi_pquotaip) { in xfs_qm_destroy_quotainos()
1612 qi->qi_pquotaip = NULL; in xfs_qm_destroy_quotainos()
[all …]
A Dxfs_dquot.c110 qi->qi_expiry_max); in xfs_dquot_set_timeout()
749 struct xfs_quotainfo *qi, in xfs_qm_dqget_cache_lookup() argument
756 mutex_lock(&qi->qi_tree_lock); in xfs_qm_dqget_cache_lookup()
759 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget_cache_lookup()
767 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget_cache_lookup()
774 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget_cache_lookup()
790 struct xfs_quotainfo *qi, in xfs_qm_dqget_cache_insert() argument
797 mutex_lock(&qi->qi_tree_lock); in xfs_qm_dqget_cache_insert()
802 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget_cache_insert()
811 qi->qi_dquots++; in xfs_qm_dqget_cache_insert()
[all …]
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/
A Dqcu.c157 struct ath5k_txq_info *qi; in ath5k_hw_set_tx_queueprops() local
161 qi = &ah->ah_txq[queue]; in ath5k_hw_set_tx_queueprops()
163 if (qi->tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_set_tx_queueprops()
167 qi->tqi_type = qinfo->tqi_type; in ath5k_hw_set_tx_queueprops()
168 qi->tqi_subtype = qinfo->tqi_subtype; in ath5k_hw_set_tx_queueprops()
169 qi->tqi_flags = qinfo->tqi_flags; in ath5k_hw_set_tx_queueprops()
175 qi->tqi_aifs = min(qinfo->tqi_aifs, (u8)0xFC); in ath5k_hw_set_tx_queueprops()
178 qi->tqi_cbr_period = qinfo->tqi_cbr_period; in ath5k_hw_set_tx_queueprops()
180 qi->tqi_burst_time = qinfo->tqi_burst_time; in ath5k_hw_set_tx_queueprops()
181 qi->tqi_ready_time = qinfo->tqi_ready_time; in ath5k_hw_set_tx_queueprops()
[all …]
A Dmac80211-ops.c580 struct ath5k_txq_info qi; in ath5k_conf_tx() local
588 ath5k_hw_get_tx_queueprops(ah, queue, &qi); in ath5k_conf_tx()
590 qi.tqi_aifs = params->aifs; in ath5k_conf_tx()
591 qi.tqi_cw_min = params->cw_min; in ath5k_conf_tx()
592 qi.tqi_cw_max = params->cw_max; in ath5k_conf_tx()
593 qi.tqi_burst_time = params->txop * 32; in ath5k_conf_tx()
601 if (ath5k_hw_set_tx_queueprops(ah, queue, &qi)) { in ath5k_conf_tx()
/linux-6.3-rc2/drivers/scsi/pm8001/
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-6.3-rc2/fs/xfs/scrub/
A Dquota.c82 struct xfs_quotainfo *qi = mp->m_quotainfo; in xchk_quota_item() local
94 offset = dq->q_id / qi->qi_dqperchunk; in xchk_quota_item()
177 struct xfs_quotainfo *qi = sc->mp->m_quotainfo; in xchk_quota_data_fork() local
188 max_dqid_off = ((xfs_dqid_t)-1) / qi->qi_dqperchunk; in xchk_quota_data_fork()
217 struct xfs_quotainfo *qi = mp->m_quotainfo; in xchk_quota() local
245 sqi.last_id * qi->qi_dqperchunk, &error)) in xchk_quota()
/linux-6.3-rc2/drivers/regulator/
A Dmt6332-regulator.c37 u32 qi; member
65 .qi = BIT(13), \
91 .qi = BIT(15), \
133 .qi = BIT(15), \
153 .qi = BIT(qibit), \
188 if (info->qi > 0) { in mt6332_get_status()
190 en_mask = info->qi; in mt6332_get_status()
A Dmt6358-regulator.c28 u32 qi; member
58 .qi = BIT(0), \
84 .qi = BIT(15), \
111 .qi = BIT(0), \
130 .qi = BIT(15), \
154 .qi = BIT(0), \
180 .qi = BIT(15), \
207 .qi = BIT(0), \
226 .qi = BIT(15), \
415 return (regval & info->qi) ? REGULATOR_STATUS_ON : REGULATOR_STATUS_OFF; in mt6358_get_status()
A Dmt6397-regulator.c29 u32 qi; member
57 .qi = BIT(13), \
82 .qi = BIT(15), \
99 .qi = BIT(15), \
230 return (regval & info->qi) ? REGULATOR_STATUS_ON : REGULATOR_STATUS_OFF; in mt6397_get_status()
A Dmt6323-regulator.c31 u32 qi; member
57 .qi = BIT(13), \
80 .qi = BIT(15), \
100 .qi = BIT(15), \
169 return (regval & info->qi) ? REGULATOR_STATUS_ON : REGULATOR_STATUS_OFF; in mt6323_get_status()
A Dmt6331-regulator.c37 u32 qi; member
65 .qi = BIT(13), \
131 .qi = BIT(15), \
153 .qi = BIT(qibit), \
218 return (regval & info->qi) ? REGULATOR_STATUS_ON : REGULATOR_STATUS_OFF; in mt6331_get_status()
A Dmt6359-regulator.c34 u32 qi; member
65 .qi = BIT(0), \
92 .qi = BIT(0), \
116 .qi = BIT(0), \
136 .qi = BIT(0), \
159 .qi = BIT(0), \
262 if (regval & info->qi) in mt6359_get_status()
/linux-6.3-rc2/drivers/staging/ks7010/
A DTODO9 [1] http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/ks7010/src
10 [2] http://downloads.qi-hardware.com/software/ks7010_sdio_v007.tar.bz2
11 [3] http://en.qi-hardware.com/wiki/Ben_NanoNote_Wi-Fi
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/
A Dionic_txrx.c533 unsigned int qi; in ionic_dim_update() local
540 qi = qcq->cq.bound_q->index; in ionic_dim_update()
544 pkts = lif->txqstats[qi].pkts; in ionic_dim_update()
545 bytes = lif->txqstats[qi].bytes; in ionic_dim_update()
548 pkts = lif->rxqstats[qi].pkts; in ionic_dim_update()
552 pkts = lif->txqstats[qi].pkts + lif->rxqstats[qi].pkts; in ionic_dim_update()
553 bytes = lif->txqstats[qi].bytes + lif->rxqstats[qi].bytes; in ionic_dim_update()
649 txqcq = lif->txqcqs[qi]; in ionic_txrx_napi()
650 txcq = &lif->txqcqs[qi]->cq; in ionic_txrx_napi()
793 u16 qi; in ionic_tx_clean() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_controlq.c324 #define ICE_FREE_CQ_BUFS(hw, qi, ring) \ argument
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)->ring.r.ring##_bi[i].size = 0;\
[all …]
/linux-6.3-rc2/tools/testing/selftests/lkdtm/
A Drun.sh101 if grep -E -qi "$expect" "$LOG" ; then
105 if grep -E -qi XFAIL: "$LOG" ; then

Completed in 62 milliseconds

12