Searched refs:hw_index (Results 1 - 25 of 31) sorted by last modified time

12

/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/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/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_core.c1333 atomic_set(&jpeg->hw_index, 0);
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/net/sched/
H A Dcls_api.c3827 entry[k].hw_index = act->tcfa_index;
/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_lif.h189 unsigned int hw_index; member in struct:ionic_lif
H A Dionic_dev.h243 unsigned int hw_index; member in struct:ionic_queue
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_debugfs.c143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index);
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c958 meter_id = action->hw_index;
H A Dqos_conf.c735 meter_id = action->hw_index;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3820 if (act->id == jump_state->last_id && act->hw_index == jump_state->last_index)
3824 jump_state->last_index = act->hw_index;
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c259 cmd->fs.location = nfilter->hw_index;
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.h363 unsigned int hw_index; member in struct:bcmasp_net_filter
/linux-master/drivers/net/wireless/ath/ath10k/
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;
H A Dce.h85 * write index >= read index >= hw_index >= sw_index
90 unsigned int hw_index; member in struct:ath10k_ce_ring
/linux-master/include/net/
H A Dflow_offload.h236 u32 hw_index; member in struct:flow_action_entry
/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/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/net/ethernet/mscc/
H A Docelot_flower.c340 pol_ix = a->hw_index + ocelot->vcap_pol.base;

Completed in 469 milliseconds

12