Home
last modified time | relevance | path

Searched refs:hw_index (Results 1 – 18 of 18) sorted by relevance

/linux-5.19.10/drivers/clk/renesas/
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()
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c770 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_txq_init()
771 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_txq_init()
774 dev_dbg(dev, "txq->hw_index %d\n", q->hw_index); in ionic_lif_txq_init()
826 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_rxq_init()
827 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_rxq_init()
830 dev_dbg(dev, "rxq->hw_index %d\n", q->hw_index); in ionic_lif_rxq_init()
3162 q->hw_index = le32_to_cpu(comp.hw_index); in ionic_lif_adminq_init()
3163 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_adminq_init()
3166 dev_dbg(dev, "adminq->hw_index %d\n", q->hw_index); in ionic_lif_adminq_init()
3217 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_notifyq_init()
[all …]
Dionic_lif.h167 unsigned int hw_index; member
Dionic_dev.h226 unsigned int hw_index; member
Dionic_dev.c557 return (lif->hw_index * lif->dbid_count) + pid; in ionic_db_page_num()
694 q->lif->index, q->name, q->hw_type, q->hw_index, in ionic_q_post()
Dionic_debugfs.c143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
Dionic_if.h568 __le16 hw_index; member
698 __le32 hw_index; member
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
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()
Dce.h90 unsigned int hw_index; member
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c1174 if (entryg->hw_index >= priv->psfp_cap.max_psfp_gate) { in enetc_psfp_parse_clsflower()
1194 sgi->index = entryg->hw_index; in enetc_psfp_parse_clsflower()
1235 fmi->index = entryp->hw_index; in enetc_psfp_parse_clsflower()
/linux-5.19.10/include/net/
Dflow_offload.h205 u32 hw_index; member
/linux-5.19.10/drivers/net/dsa/sja1105/
Dsja1105_flower.c419 &key, act->hw_index, in sja1105_cls_flower_add()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c245 act->hw_index, in mlxsw_sp_flower_parse_actions()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/flower/
Dqos_conf.c714 meter_id = action->hw_index; in nfp_act_install_actions()
Daction.c957 meter_id = action->hw_index; in nfp_flower_meter_action()
/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot_flower.c340 pol_ix = a->hw_index + ocelot->vcap_pol.base; in ocelot_flower_parse_action()
/linux-5.19.10/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c2368 sgi->index = entry->hw_index; in vsc9959_psfp_parse_gate()
2578 index = a->hw_index + VSC9959_PSFP_POLICER_BASE; in vsc9959_psfp_filter_add()
/linux-5.19.10/net/sched/
Dcls_api.c3563 entry[k].hw_index = act->tcfa_index; in tc_setup_action()