Searched refs:out_index (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 20 int out_index) in mlx5e_set_int_port_tunnel() argument 33 &attr->action, out_index); in mlx5e_set_int_port_tunnel() 523 int out_index); 528 int out_index) in mlx5e_detach_encap() argument 530 struct mlx5e_encap_entry *e = flow->encaps[out_index].e; in mlx5e_detach_encap() 536 if (attr->esw_attr->dests[out_index].flags & in mlx5e_detach_encap() 538 mlx5e_detach_encap_route(priv, flow, out_index); in mlx5e_detach_encap() 545 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap() 546 flow->encaps[out_index].e = NULL; in mlx5e_detach_encap() 693 int out_index, in is_duplicated_encap_entry() argument [all …]
|
H A D | tc_tun_encap.h | 12 int out_index); 18 int out_index,
|
/linux/drivers/misc/altera-stapl/ |
H A D | altera-jtag.h | 92 u32 out_index); 97 u8 *out_data, u32 out_index);
|
H A D | altera-jtag.c | 685 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/include/linux/ |
H A D | fsi.h | 82 dev_t *out_dev, int *out_index);
|
/linux/drivers/fsi/ |
H A D | fsi-core.c | 909 dev_t *out_dev, int *out_index) in __fsi_get_new_minor() argument 924 *out_index = fsi_adjust_index(cid); in __fsi_get_new_minor() 937 *out_index = fsi_adjust_index(id); in __fsi_get_new_minor() 950 dev_t *out_dev, int *out_index) in fsi_get_new_minor() argument 961 *out_index = aid; in fsi_get_new_minor() 971 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 D | en_tc.h | 332 int out_index);
|
H A D | en_tc.c | 1733 int out_index; in has_encap_dests() local 1735 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) in has_encap_dests() 1736 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()
|