Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c21 int out_index) in mlx5e_set_int_port_tunnel() argument
33 (attr->esw_attr->dests[out_index].flags & MLX5_ESW_DEST_ENCAP)) { in mlx5e_set_int_port_tunnel()
42 &attr->action, out_index); in mlx5e_set_int_port_tunnel()
531 int out_index);
536 int out_index) in mlx5e_detach_encap() argument
538 struct mlx5e_encap_entry *e = flow->encaps[out_index].e; in mlx5e_detach_encap()
544 if (attr->esw_attr->dests[out_index].flags & in mlx5e_detach_encap()
546 mlx5e_detach_encap_route(priv, flow, out_index); in mlx5e_detach_encap()
553 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap()
554 flow->encaps[out_index].e = NULL; in mlx5e_detach_encap()
[all …]
H A Dtc_tun_encap.h12 int out_index);
18 int out_index,
/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.h92 u32 out_index);
97 u8 *out_data, u32 out_index);
H A 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()
/linux/drivers/fsi/
H A Dfsi-core.c964 dev_t *out_dev, int *out_index) in __fsi_get_new_minor() argument
979 *out_index = fsi_adjust_index(cid); in __fsi_get_new_minor()
992 *out_index = fsi_adjust_index(id); in __fsi_get_new_minor()
1005 dev_t *out_dev, int *out_index) in fsi_get_new_minor() argument
1016 *out_index = aid; in fsi_get_new_minor()
1026 return __fsi_get_new_minor(fdev->slave, type, out_dev, out_index); in fsi_get_new_minor()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1737 int out_index; in has_encap_dests() local
1739 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) in has_encap_dests()
1740 if (esw_attr->dests[out_index].flags & MLX5_ESW_DEST_ENCAP) in has_encap_dests()
4230 int out_index) in mlx5e_set_fwd_to_int_port_actions() argument
4256 esw_attr->dests[out_index].flags |= MLX5_ESW_DEST_CHAIN_WITH_SRC_PORT_CHANGE; in mlx5e_set_fwd_to_int_port_actions()
4257 esw_attr->split_count = out_index; in mlx5e_set_fwd_to_int_port_actions()
4449 int out_index; in mlx5e_alloc_flow() local
4466 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) in mlx5e_alloc_flow()
4467 INIT_LIST_HEAD(&flow->encaps[out_index].list); in mlx5e_alloc_flow()
H A Den_tc.h332 int out_index);