Home
last modified time | relevance | path

Searched refs:if_count (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c61 int *ifindexes, int if_count, in is_duplicated_output_device() argument
66 for (i = 0; i < if_count; i++) { in is_duplicated_output_device()
220 int if_count; in parse_mirred() local
226 if_count = parse_state->if_count; in parse_mirred()
228 if (is_duplicated_output_device(priv->netdev, out_dev, ifindexes, if_count, extack)) in parse_mirred()
231 parse_state->ifindexes[if_count] = out_dev->ifindex; in parse_mirred()
232 parse_state->if_count++; in parse_mirred()
298 parse_state->if_count = 0; in parse_mirred_ovs_master()
H A Dct.c22 parse_state->if_count = 0; in tc_act_parse_ct()
H A Dredirect_ingress.c69 parse_state->if_count = 0; in tc_act_parse_redirect_ingress()
H A Dvlan_mangle.c70 parse_state->if_count = 0; in tc_act_parse_vlan_mangle()
H A Dact.h29 int if_count; member
H A Dpedit.c103 parse_state->if_count = 0; in tc_act_parse_pedit()
H A Dvlan.c169 parse_state->if_count = 0; in tc_act_parse_vlan()
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h212 unsigned if_count; /**< Index of the last declared if label */ member
H A Dparser-helpers.c1820 OUT(c, locp, "TCGLabel *if_label_", &c->inst.if_count, in gen_if_cond()
1825 ", 0, if_label_", &c->inst.if_count, ");\n"); in gen_if_cond()
1826 return c->inst.if_count++; in gen_if_cond()
1831 unsigned if_index = c->inst.if_count++; in gen_if_else()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1250 u32 if_count; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3963 parse_state->if_count = 0; in parse_tc_actions()