Home
last modified time | relevance | path

Searched refs:out_index (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c471 int out_index);
474 struct mlx5e_tc_flow *flow, int out_index) in mlx5e_detach_encap() argument
476 struct mlx5e_encap_entry *e = flow->encaps[out_index].e; in mlx5e_detach_encap()
479 if (flow->attr->esw_attr->dests[out_index].flags & in mlx5e_detach_encap()
481 mlx5e_detach_encap_route(priv, flow, out_index); in mlx5e_detach_encap()
488 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap()
489 flow->encaps[out_index].e = NULL; in mlx5e_detach_encap()
605 int out_index, in is_duplicated_encap_entry() argument
611 for (i = 0; i < out_index; i++) { in is_duplicated_encap_entry()
627 int out_index) in mlx5e_set_vf_tunnel() argument
[all …]
Dtc_tun_encap.h10 struct mlx5e_tc_flow *flow, int out_index);
15 int out_index,
/drivers/media/platform/davinci/
Dvpbe.c300 int out_index = vpbe_dev->current_out_index; in vpbe_s_dv_timings() local
301 struct vpbe_output *output = &cfg->outputs[out_index]; in vpbe_s_dv_timings()
306 if (!(cfg->outputs[out_index].output.capabilities & in vpbe_s_dv_timings()
352 int out_index = vpbe_dev->current_out_index; in vpbe_g_dv_timings() local
354 if (!(cfg->outputs[out_index].output.capabilities & in vpbe_g_dv_timings()
377 int out_index = vpbe_dev->current_out_index; in vpbe_enum_dv_timings() local
378 struct vpbe_output *output = &cfg->outputs[out_index]; in vpbe_enum_dv_timings()
408 int out_index = vpbe_dev->current_out_index; in vpbe_s_std() local
412 if (!(cfg->outputs[out_index].output.capabilities & in vpbe_s_std()
448 int out_index = vpbe_dev->current_out_index; in vpbe_g_std() local
[all …]
Dvpbe_venc.c111 static int venc_set_dac(struct v4l2_subdev *sd, u32 out_index) in venc_set_dac() argument
113 switch (out_index) { in venc_set_dac()
/drivers/misc/altera-stapl/
Daltera-jtag.h92 u32 out_index);
97 u8 *out_data, u32 out_index);
Daltera-jtag.c685 u32 out_index) in altera_swap_ir() argument
780 out_data, out_index, in altera_swap_ir()
880 u8 *out_data, u32 out_index) in altera_swap_dr() argument
976 out_index, in altera_swap_dr()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1378 int out_index; in mlx5e_tc_add_fdb_flow() local
1416 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) { in mlx5e_tc_add_fdb_flow()
1420 if (!(esw_attr->dests[out_index].flags & MLX5_ESW_DEST_ENCAP)) in mlx5e_tc_add_fdb_flow()
1423 mirred_ifindex = parse_attr->mirred_ifindex[out_index]; in mlx5e_tc_add_fdb_flow()
1430 err = mlx5e_attach_encap(priv, flow, out_dev, out_index, in mlx5e_tc_add_fdb_flow()
1436 if (esw_attr->dests[out_index].flags & in mlx5e_tc_add_fdb_flow()
1441 esw_attr->dests[out_index].rep = rpriv->rep; in mlx5e_tc_add_fdb_flow()
1442 esw_attr->dests[out_index].mdev = out_priv->mdev; in mlx5e_tc_add_fdb_flow()
1520 int out_index; in mlx5e_tc_del_fdb_flow() local
1543 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) { in mlx5e_tc_del_fdb_flow()
[all …]
/drivers/fsi/
Dfsi-core.c943 dev_t *out_dev, int *out_index) in __fsi_get_new_minor() argument
954 *out_index = fsi_adjust_index(cid); in __fsi_get_new_minor()
967 *out_index = fsi_adjust_index(id); in __fsi_get_new_minor()
973 dev_t *out_dev, int *out_index) in fsi_get_new_minor() argument
975 return __fsi_get_new_minor(fdev->slave, type, out_dev, out_index); in fsi_get_new_minor()