Searched refs:flow_index (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_ofld.c198 u32 flow_index = 0; local
209 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, flow_index);
210 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, flow_index);
220 flow_index++;
233 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, flow_index);
234 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, flow_index);
244 flow_index++;
253 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, flow_index);
254 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, flow_index);
H A Degress_ofld.c122 u32 flow_index = 0; local
130 flow_index++;
145 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, flow_index);
146 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, flow_index);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c146 int flow_index; local
153 flow_index = MVPP2_CLS_FLT_HASH_ENTRY(entry->port->id, f->flow_id);
155 mvpp2_cls_flow_read(port->priv, flow_index, &fe);
172 int flow_index, engine; local
178 flow_index = MVPP2_CLS_FLT_HASH_ENTRY(entry->port->id, f->flow_id);
180 mvpp2_cls_flow_read(port->priv, flow_index, &fe);
H A Dmvpp2_cls.c745 int i, engine, flow_index; local
753 flow_index = MVPP2_CLS_FLT_HASH_ENTRY(port->id, flow->flow_id);
755 mvpp2_cls_flow_read(port->priv, flow_index, &fe);
833 int i, flow_index; local
841 flow_index = MVPP2_CLS_FLT_HASH_ENTRY(port->id, flow->flow_id);
843 mvpp2_cls_flow_read(port->priv, flow_index, &fe);
/linux-master/drivers/firmware/
H A Dti_sci.h760 * @flow_index: UDMAP receive flow index for non-optional configuration.
761 * @rx_ch_index: Specifies the index of the receive channel using the flow_index
794 u32 flow_index; member in struct:ti_sci_msg_udmap_rx_flow_cfg
824 * @flow_index: UDMAP receive flow index for optional configuration.
825 * @rx_ch_index: Specifies the index of the receive channel using the flow_index
841 u32 flow_index; member in struct:rm_ti_sci_msg_udmap_rx_flow_opt_cfg
1137 * @flow_index: UDMAP receive flow index for non-optional configuration.
1248 u16 flow_index; member in struct:ti_sci_msg_rm_udmap_flow_cfg_req
H A Dti_sci.c2406 req->flow_index = params->flow_index;
2438 dev_dbg(info->dev, "RX_FL_CFG: %u ret:%d\n", params->flow_index, ret);
/linux-master/include/linux/soc/ti/
H A Dti_sci_protocol.h464 u16 flow_index; member in struct:ti_sci_msg_rm_udmap_flow_cfg
/linux-master/drivers/dma/ti/
H A Dk3-udma-glue.c825 req.flow_index = flow->udma_rflow_id;
1318 req.flow_index = flow->udma_rflow_id;
1355 req.flow_index = flow->udma_rflow_id;
H A Dk3-udma.c2081 flow_req.flow_index = rchan->id;
2155 flow_req.flow_index = uc->rflow->id;
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddevx.c326 return MLX5_GET(set_fte_in, in, flow_index);
458 flow_index));
462 MLX5_GET(set_fte_in, in, flow_index));
1215 MLX5_SET(delete_fte_in, din, flow_index, *obj_id);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c554 MLX5_SET(set_fte_in, in, flow_index, fte->index);
788 MLX5_SET(delete_fte_in, in, flow_index, fte->index);
H A Deswitch_offloads.c2069 int flow_index; local
2072 flow_index = esw_create_vport_rx_drop_rule_index(esw);
2078 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, flow_index);
2079 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, flow_index);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c818 MLX5_SET(set_fte_in, in, flow_index, fte->index);
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h4876 u8 flow_index[0x20]; member in struct:mlx5_ifc_set_fte_in_bits
6119 u8 flow_index[0x20]; member in struct:mlx5_ifc_query_fte_in_bits
8416 u8 flow_index[0x20]; member in struct:mlx5_ifc_delete_fte_in_bits

Completed in 293 milliseconds