Searched refs:out_index (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 21 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() 532 int out_index); 537 int out_index) in mlx5e_detach_encap() argument 539 struct mlx5e_encap_entry *e = flow->encaps[out_index].e; in mlx5e_detach_encap() 545 if (attr->esw_attr->dests[out_index].flags & in mlx5e_detach_encap() 547 mlx5e_detach_encap_route(priv, flow, out_index); in mlx5e_detach_encap() 554 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap() 555 flow->encaps[out_index].e = NULL; in mlx5e_detach_encap() [all …]
|
H A D | tc_tun_encap.h | 12 int out_index); 18 int out_index,
|
/openbmc/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()
|
/openbmc/linux/include/linux/ |
H A D | fsi.h | 82 dev_t *out_dev, int *out_index);
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 1732 int out_index; in has_encap_dests() local 1734 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) in has_encap_dests() 1735 if (esw_attr->dests[out_index].flags & MLX5_ESW_DEST_ENCAP) in has_encap_dests() 4111 int out_index) in mlx5e_set_fwd_to_int_port_actions() argument 4137 esw_attr->dests[out_index].flags |= MLX5_ESW_DEST_CHAIN_WITH_SRC_PORT_CHANGE; in mlx5e_set_fwd_to_int_port_actions() 4138 esw_attr->split_count = out_index; in mlx5e_set_fwd_to_int_port_actions() 4330 int out_index; in mlx5e_alloc_flow() local 4347 for (out_index = 0; out_index < MLX5_MAX_FLOW_FWD_VPORTS; out_index++) in mlx5e_alloc_flow() 4348 INIT_LIST_HEAD(&flow->encaps[out_index].list); in mlx5e_alloc_flow()
|
H A D | en_tc.h | 333 int out_index);
|