Home
last modified time | relevance | path

Searched refs:recirc_id (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dopenvswitch_trace.h31 __field( u32, recirc_id )
56 __entry->recirc_id = key->recirc_id;
74 __entry->recirc_id, __entry->keyaddr, __entry->key_eth_type,
102 __field( u32, recirc_id )
126 __entry->recirc_id = key->recirc_id;
143 __entry->recirc_id, __entry->keyaddr, __entry->key_eth_type,
H A Dflow.h67 (offsetof(struct sw_flow_key, recirc_id) + \
68 sizeof_field(struct sw_flow_key, recirc_id))
87 u32 recirc_id; /* Recirculation ID. */ member
H A Dactions.c157 u32 recirc_id,
1202 u32 recirc_id; in execute_recirc() local
1213 recirc_id = nla_get_u32(a); in execute_recirc()
1214 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc()
1525 struct sw_flow_key *key, u32 recirc_id, in clone_execute() argument
1559 clone->recirc_id = recirc_id; in clone_execute()
1570 key->recirc_id = recirc_id; in clone_execute()
1584 ovs_dp_name(dp), recirc_id); in clone_execute()
H A Dflow.c1045 key->recirc_id = tc_ext && !tc_ext->act_miss ? in ovs_flow_key_extract()
1053 key->recirc_id = 0; in ovs_flow_key_extract()
1056 key->recirc_id = 0; in ovs_flow_key_extract()
H A Dflow_table.c813 if (key->recirc_id) in ovs_flow_tbl_lookup_stats()
814 skb_hash = jhash_1word(skb_hash, key->recirc_id); in ovs_flow_tbl_lookup_stats()
H A Dflow_netlink.c1171 u32 recirc_id = nla_get_u32(a[OVS_KEY_ATTR_RECIRC_ID]); in metadata_from_nlattrs() local
1173 SW_FLOW_KEY_PUT(match, recirc_id, recirc_id, is_mask); in metadata_from_nlattrs()
2020 if (nla_put_u32(skb, OVS_KEY_ATTR_RECIRC_ID, output->recirc_id)) in __ovs_nla_put_key()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.h90 u8 recirc_id; /* mapped from (u32) TC chain_index to smaller space */ member
H A Dmae.c705 CHECK(RECIRC_ID, recirc_id)) in efx_mae_match_check_caps()
809 UNSUPPORTED(recirc_id)) in efx_mae_match_check_caps_lhs()
2067 match->value.recirc_id); in efx_mae_populate_match_criteria()
2069 match->mask.recirc_id); in efx_mae_populate_match_criteria()
H A Dtc.c1401 match.value.recirc_id = rid->fw_id; in efx_tc_flower_replace_foreign()
1403 match.mask.recirc_id = 0xff; in efx_tc_flower_replace_foreign()
1835 match.value.recirc_id = rid->fw_id; in efx_tc_flower_replace()
1837 match.mask.recirc_id = 0xff; in efx_tc_flower_replace()
/openbmc/linux/net/sched/
H A DKconfig947 the correct recirc_id, and hardware chain misses to continue in