Home
last modified time | relevance | path

Searched refs:hw_index (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/clk/renesas/
H A Dclk-div6.c134 u8 hw_index; in cpg_div6_clock_get_parent() local
139 hw_index = (readl(clock->reg) >> clock->src_shift) & in cpg_div6_clock_get_parent()
142 if (clock->parents[i] == hw_index) in cpg_div6_clock_get_parent()
147 __func__, clk_hw_get_name(hw), hw_index); in cpg_div6_clock_get_parent()
154 u8 hw_index; in cpg_div6_clock_set_parent() local
161 hw_index = clock->parents[index]; in cpg_div6_clock_set_parent()
163 writel((readl(clock->reg) & mask) | (hw_index << clock->src_shift), in cpg_div6_clock_set_parent()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c134 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
140 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
150 ASP_RX_FILTER_NET_CFG(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
160 ASP_RX_FILTER_NET_CFG(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
179 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
182 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
185 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
188 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
191 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
194 filter_sel = nfilt->hw_index in bcmasp_netfilt_get_reg_offset()
[all...]
H A Dbcmasp.h351 unsigned int hw_index; member
H A Dbcmasp_ethtool.c259 cmd->fs.location = nfilter->hw_index; in bcmasp_flow_insert()
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Dclk-div6.c169 u8 hw_index; in cpg_div6_clock_get_parent() local
174 hw_index = (readl(clock->reg) & clock->src_mask) >> in cpg_div6_clock_get_parent()
177 if (clock->parents[i] == hw_index) in cpg_div6_clock_get_parent()
182 __func__, clk_hw_get_name(hw), hw_index); in cpg_div6_clock_get_parent()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Dcore.c345 pdsc->hw_index = le32_to_cpu(cido.core_hw_index); in pdsc_core_init()
348 dbpage_num = pdsc->hw_index * dbid_count; in pdsc_core_init()
356 pdsc->adminqcq.q.hw_index = le32_to_cpu(cido.adminq_hw_index); in pdsc_core_init()
357 pdsc->adminqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->adminqcq.q.hw_index); in pdsc_core_init()
360 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index); in pdsc_core_init()
361 pdsc->notifyqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->notifyqcq.q.hw_index); in pdsc_core_init()
H A Dcore.h60 unsigned int hw_index; member
162 int hw_index; member
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c755 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_txq_init()
756 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_txq_init()
759 dev_dbg(dev, "txq->hw_index %d\n", q->hw_index); in ionic_lif_txq_init()
810 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_rxq_init()
811 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_rxq_init()
814 dev_dbg(dev, "rxq->hw_index %d\n", q->hw_index); in ionic_lif_rxq_init()
[all...]
H A Dionic_dev.c462 return (lif->hw_index * lif->dbid_count) + pid; in ionic_db_page_num()
600 q->lif->index, q->name, q->hw_type, q->hw_index, in ionic_q_post()
H A Dionic_dev.h211 unsigned int hw_index; member
H A Dionic_debugfs.c143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
H A Dionic_lif.h163 unsigned int hw_index; member
/kernel/linux/linux-6.6/include/linux/pds/
H A Dpds_adminq.h292 * @hw_index: LIF hardware index
301 u8 hw_index; member
365 * @hw_index: Hardware index of the initialized LIF
372 __le16 hw_index; member
593 * @hw_index: Hardware Queue ID
602 __le32 hw_index; member
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h211 * @hw_index: jpg hw index
233 atomic_t hw_index; member
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c836 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_txq_init()
837 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_txq_init()
840 dev_dbg(dev, "txq->hw_index %d\n", q->hw_index); in ionic_lif_txq_init()
902 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_rxq_init()
903 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_rxq_init()
906 dev_dbg(dev, "rxq->hw_index %d\n", q->hw_index); in ionic_lif_rxq_init()
[all...]
H A Dionic_debugfs.c143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
H A Dionic_dev.c600 return (lif->hw_index * lif->dbid_count) + pid; in ionic_db_page_num()
776 q->lif->index, q->name, q->hw_type, q->hw_index, in ionic_q_post()
H A Dionic_lif.h177 unsigned int hw_index; member
H A Dionic_dev.h244 unsigned int hw_index; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dce.c1080 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock()
1094 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock()
1100 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock()
1133 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock_64()
1147 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock_64()
1153 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock_64()
1442 src_ring->hw_index = src_ring->sw_index; in ath10k_ce_init_src_ring()
H A Dce.h85 * write index >= read index >= hw_index >= sw_index
90 unsigned int hw_index; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dce.c1013 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock()
1027 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock()
1033 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock()
1066 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock_64()
1080 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock_64()
1086 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock_64()
1375 src_ring->hw_index = src_ring->sw_index; in ath10k_ce_init_src_ring()
H A Dce.h85 * write index >= read index >= hw_index >= sw_index
90 unsigned int hw_index; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c59 params->index = act->hw_index; in fill_meter_params_from_act()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c419 &key, act->hw_index, in sja1105_cls_flower_add()

Completed in 28 milliseconds

12