Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c151 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
157 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
167 ASP_RX_FILTER_NET_CFG(nfilt->hw_index)); in bcmasp_netfilt_hw_en_wake()
177 ASP_RX_FILTER_NET_CFG(nfilt->hw_index + 1)); in bcmasp_netfilt_hw_en_wake()
196 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
199 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
202 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
205 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
208 filter_sel = nfilt->hw_index; in bcmasp_netfilt_get_reg_offset()
211 filter_sel = nfilt->hw_index + 1; in bcmasp_netfilt_get_reg_offset()
[all …]
H A Dbcmasp.h352 unsigned int hw_index; member
/linux/drivers/clk/renesas/
H A Dclk-div6.c170 u8 hw_index; in cpg_div6_clock_get_parent() local
175 hw_index = field_get(clock->src_mask, readl(clock->reg)); 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/drivers/net/ethernet/amd/pds_core/
H A Dcore.c375 pdsc->hw_index = le32_to_cpu(cido.core_hw_index); in pdsc_core_init()
378 dbpage_num = pdsc->hw_index * dbid_count; in pdsc_core_init()
387 pdsc->adminqcq.q.hw_index = le32_to_cpu(cido.adminq_hw_index); in pdsc_core_init()
388 pdsc->adminqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->adminqcq.q.hw_index); in pdsc_core_init()
391 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index); in pdsc_core_init()
392 pdsc->notifyqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->notifyqcq.q.hw_index); in pdsc_core_init()
/linux/drivers/net/wireless/ath/ath10k/
H A Dce.c1016 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock()
1030 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock()
1036 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock()
1069 if (src_ring->hw_index == sw_index) { in _ath10k_ce_completed_send_next_nolock_64()
1083 src_ring->hw_index = read_index; in _ath10k_ce_completed_send_next_nolock_64()
1089 read_index = src_ring->hw_index; in _ath10k_ce_completed_send_next_nolock_64()
1378 src_ring->hw_index = src_ring->sw_index; in ath10k_ce_init_src_ring()
H A Dce.h90 unsigned int hw_index; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c59 params->index = act->hw_index; in fill_meter_params_from_act()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_debugfs.c143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c422 &key, act->hw_index, in sja1105_cls_flower_add()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dqos_conf.c735 meter_id = action->hw_index; in nfp_act_install_actions()
H A Daction.c973 meter_id = action->hw_index; in nfp_flower_meter_action()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c260 act->hw_index, in mlxsw_sp_flower_parse_actions()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3937 if (act->id == jump_state->last_id && act->hw_index == jump_state->last_index) in dec_jump_count()
3941 jump_state->last_index = act->hw_index; in dec_jump_count()
/linux/tools/perf/Documentation/
H A Dperf-record.txt460 - hw_index: save branch hardware index
/linux/net/sched/
H A Dcls_api.c3893 entry[k].hw_index = act->tcfa_index; in tc_setup_action()