/drivers/net/ethernet/broadcom/asp2/ |
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 + 1; in bcmasp_netfilt_get_reg_offset() [all …]
|
D | bcmasp_ethtool.c | 259 cmd->fs.location = nfilter->hw_index; in bcmasp_flow_insert()
|
D | bcmasp.h | 351 unsigned int hw_index; member
|
/drivers/clk/renesas/ |
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()
|
/drivers/net/ethernet/amd/pds_core/ |
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()
|
D | core.h | 60 unsigned int hw_index; member 162 int hw_index; member
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_lif.c | 834 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_txq_init() 835 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_txq_init() 838 dev_dbg(dev, "txq->hw_index %d\n", q->hw_index); in ionic_lif_txq_init() 900 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_rxq_init() 901 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_rxq_init() 904 dev_dbg(dev, "rxq->hw_index %d\n", q->hw_index); in ionic_lif_rxq_init() 3453 q->hw_index = le32_to_cpu(comp.hw_index); in ionic_lif_adminq_init() 3454 q->dbval = IONIC_DBELL_QID(q->hw_index); in ionic_lif_adminq_init() 3457 dev_dbg(dev, "adminq->hw_index %d\n", q->hw_index); in ionic_lif_adminq_init() 3516 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index); in ionic_lif_notifyq_init() [all …]
|
D | ionic_debugfs.c | 143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
|
D | ionic_dev.h | 244 unsigned int hw_index; member
|
D | ionic_dev.c | 623 return (lif->hw_index * lif->dbid_count) + pid; in ionic_db_page_num() 799 q->lif->index, q->name, q->hw_type, q->hw_index, in ionic_q_post()
|
D | ionic_lif.h | 177 unsigned int hw_index; member
|
D | ionic_if.h | 580 __le16 hw_index; member 710 __le32 hw_index; member
|
/drivers/net/wireless/ath/ath10k/ |
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()
|
D | ce.h | 90 unsigned int hw_index; member
|
/drivers/media/platform/mediatek/jpeg/ |
D | mtk_jpeg_core.h | 233 atomic_t hw_index; member
|
D | mtk_jpeg_enc_hw.c | 364 i = atomic_add_return(1, &master_dev->hw_index) - 1; in mtk_jpegenc_hw_probe()
|
D | mtk_jpeg_dec_hw.c | 639 i = atomic_add_return(1, &master_dev->hw_index) - 1; in mtk_jpegdec_hw_probe()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | police.c | 59 params->index = act->hw_index; in fill_meter_params_from_act()
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_qos.c | 1233 if (entryg->hw_index >= priv->psfp_cap.max_psfp_gate) { in enetc_psfp_parse_clsflower() 1253 sgi->index = entryg->hw_index; in enetc_psfp_parse_clsflower() 1294 fmi->index = entryp->hw_index; in enetc_psfp_parse_clsflower()
|
/drivers/net/dsa/sja1105/ |
D | sja1105_flower.c | 419 &key, act->hw_index, in sja1105_cls_flower_add()
|
/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_tc_flower.c | 748 pol->idx = act->hw_index; in sparx5_tc_flower_parse_act_police() 1152 tc_sg_idx = act->hw_index; in sparx5_tc_flower_replace()
|
/drivers/net/ethernet/netronome/nfp/flower/ |
D | qos_conf.c | 735 meter_id = action->hw_index; in nfp_act_install_actions()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_flower.c | 255 act->hw_index, in mlxsw_sp_flower_parse_actions()
|
/drivers/net/ethernet/mscc/ |
D | ocelot_flower.c | 340 pol_ix = a->hw_index + ocelot->vcap_pol.base; in ocelot_flower_parse_action()
|
/drivers/net/dsa/ocelot/ |
D | felix_vsc9959.c | 2087 sgi->index = entry->hw_index; in vsc9959_psfp_parse_gate() 2276 index = a->hw_index + VSC9959_PSFP_POLICER_BASE; in vsc9959_psfp_filter_add()
|