/kernel/linux/linux-5.10/drivers/clk/renesas/ |
H A D | clk-div6.c | 134 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 D | bcmasp.c | 134 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 D | bcmasp.h | 351 unsigned int hw_index; member
|
H A D | bcmasp_ethtool.c | 259 cmd->fs.location = nfilter->hw_index; in bcmasp_flow_insert()
|
/kernel/linux/linux-6.6/drivers/clk/renesas/ |
H A D | clk-div6.c | 169 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 D | core.c | 345 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 D | core.h | 60 unsigned int hw_index; member 162 int hw_index; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 755 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 D | ionic_dev.c | 462 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 D | ionic_dev.h | 211 unsigned int hw_index; member
|
H A D | ionic_debugfs.c | 143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
|
H A D | ionic_lif.h | 163 unsigned int hw_index; member
|
/kernel/linux/linux-6.6/include/linux/pds/ |
H A D | pds_adminq.h | 292 * @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 D | mtk_jpeg_core.h | 211 * @hw_index: jpg hw index 233 atomic_t hw_index; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 836 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 D | ionic_debugfs.c | 143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
|
H A D | ionic_dev.c | 600 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 D | ionic_lif.h | 177 unsigned int hw_index; member
|
H A D | ionic_dev.h | 244 unsigned int hw_index; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | ce.c | 1080 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 D | ce.h | 85 * 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 D | ce.c | 1013 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 D | ce.h | 85 * 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 D | police.c | 59 params->index = act->hw_index; in fill_meter_params_from_act()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 419 &key, act->hw_index, in sja1105_cls_flower_add()
|