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

12

/linux-master/drivers/clk/renesas/
H A Dclk-div6.c169 u8 hw_index; local
174 hw_index = (readl(clock->reg) & clock->src_mask) >>
177 if (clock->parents[i] == hw_index)
182 __func__, clk_hw_get_name(hw), hw_index);
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.c376 pdsc->hw_index = le32_to_cpu(cido.core_hw_index);
379 dbpage_num = pdsc->hw_index * dbid_count;
388 pdsc->adminqcq.q.hw_index = le32_to_cpu(cido.adminq_hw_index);
389 pdsc->adminqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->adminqcq.q.hw_index);
392 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index);
393 pdsc->notifyqcq.q.dbval = PDS_CORE_DBELL_QID(pdsc->notifyqcq.q.hw_index);
H A Dcore.h60 unsigned int hw_index; member in struct:pdsc_queue
162 int hw_index; member in struct:pdsc
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c151 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index));
157 ASP_RX_FILTER_NET_OFFSET(nfilt->hw_index + 1));
167 ASP_RX_FILTER_NET_CFG(nfilt->hw_index));
177 ASP_RX_FILTER_NET_CFG(nfilt->hw_index + 1));
196 filter_sel = nfilt->hw_index;
199 filter_sel = nfilt->hw_index + 1;
202 filter_sel = nfilt->hw_index;
205 filter_sel = nfilt->hw_index + 1;
208 filter_sel = nfilt->hw_index;
211 filter_sel = nfilt->hw_index
[all...]
H A Dbcmasp_ethtool.c259 cmd->fs.location = nfilter->hw_index;
H A Dbcmasp.h363 unsigned int hw_index; member in struct:bcmasp_net_filter
/linux-master/include/linux/pds/
H A Dpds_adminq.h292 * @hw_index: LIF hardware index
301 u8 hw_index; member in struct:pds_core_lif_identity
365 * @hw_index: Hardware index of the initialized LIF
372 __le16 hw_index; member in struct:pds_core_lif_init_comp
593 * @hw_index: Hardware Queue ID
602 __le32 hw_index; member in struct:pds_core_q_init_comp
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h210 * @hw_index: jpg hw index
232 atomic_t hw_index; member in struct:mtk_jpeg_dev
H A Dmtk_jpeg_enc_hw.c364 i = atomic_add_return(1, &master_dev->hw_index) - 1;
H A Dmtk_jpeg_dec_hw.c639 i = atomic_add_return(1, &master_dev->hw_index) - 1;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c828 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index);
829 q->dbval = IONIC_DBELL_QID(q->hw_index);
832 dev_dbg(dev, "txq->hw_index %d\n", q->hw_index);
900 q->hw_index = le32_to_cpu(ctx.comp.q_init.hw_index);
901 q->dbval = IONIC_DBELL_QID(q->hw_index);
904 dev_dbg(dev, "rxq->hw_index %d\n", q->hw_index);
[all...]
H A Dionic_dev.c583 return (lif->hw_index * lif->dbid_count) + pid;
698 q->lif->index, q->name, q->hw_type, q->hw_index,
H A Dionic_dev.h243 unsigned int hw_index; member in struct:ionic_queue
H A Dionic_debugfs.c143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index);
H A Dionic_lif.h189 unsigned int hw_index; member in struct:ionic_lif
H A Dionic_if.h575 * @hw_index: Hardware index of the initialized LIF
580 __le16 hw_index; member in struct:ionic_lif_init_comp
702 * @hw_index: Hardware Queue ID
710 __le32 hw_index; member in struct:ionic_q_init_comp
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c59 params->index = act->hw_index;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dce.h85 * write index >= read index >= hw_index >= sw_index
90 unsigned int hw_index; member in struct:ath10k_ce_ring
H A Dce.c1014 if (src_ring->hw_index == sw_index) {
1028 src_ring->hw_index = read_index;
1034 read_index = src_ring->hw_index;
1067 if (src_ring->hw_index == sw_index) {
1081 src_ring->hw_index = read_index;
1087 read_index = src_ring->hw_index;
1376 src_ring->hw_index = src_ring->sw_index;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c1233 if (entryg->hw_index >= priv->psfp_cap.max_psfp_gate) {
1253 sgi->index = entryg->hw_index;
1294 fmi->index = entryp->hw_index;
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c419 &key, act->hw_index,
/linux-master/include/net/
H A Dflow_offload.h236 u32 hw_index; member in struct:flow_action_entry
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c748 pol->idx = act->hw_index;
1152 tc_sg_idx = act->hw_index;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c255 act->hw_index,
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c340 pol_ix = a->hw_index + ocelot->vcap_pol.base;

Completed in 242 milliseconds

12