Home
last modified time | relevance | path

Searched refs:item_spec (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c906 const struct rte_flow_item_eth *item_spec; in sfc_mae_rule_parse_item_eth() local
909 item_spec = (const struct rte_flow_item_eth *)spec; in sfc_mae_rule_parse_item_eth()
912 ethertypes[0].value = item_spec->type; in sfc_mae_rule_parse_item_eth()
1003 const struct rte_flow_item_vlan *item_spec; in sfc_mae_rule_parse_item_vlan() local
1006 item_spec = (const struct rte_flow_item_vlan *)spec; in sfc_mae_rule_parse_item_vlan()
1085 const struct rte_flow_item_ipv4 *item_spec; in sfc_mae_rule_parse_item_ipv4() local
1088 item_spec = (const struct rte_flow_item_ipv4 *)spec; in sfc_mae_rule_parse_item_ipv4()
1091 pdata->l3_next_proto_value = item_spec->hdr.next_proto_id; in sfc_mae_rule_parse_item_ipv4()
1164 const struct rte_flow_item_ipv6 *item_spec; in sfc_mae_rule_parse_item_ipv6() local
1167 item_spec = (const struct rte_flow_item_ipv6 *)spec; in sfc_mae_rule_parse_item_ipv6()
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c303 union flow_item *item_spec, in flow_item_raw_preprocess() argument
313 uint8_t *spec = (uint8_t *)item_spec; in flow_item_raw_preprocess()
403 union flow_item *item_spec, in flow_item_proto_preprocess() argument
410 uint8_t *spec = (uint8_t *)item_spec; in flow_item_proto_preprocess()
423 item_spec, in flow_item_proto_preprocess()
439 memset(item_spec, 0, size); in flow_item_proto_preprocess()