Searched refs:rte_flow_item_port_id (Results 1 – 6 of 6) sorted by relevance
667 struct rte_flow_item_port_id { struct673 static const struct rte_flow_item_port_id rte_flow_item_port_id_mask = { argument
51 MK_FLOW_ITEM(PORT_ID, sizeof(struct rte_flow_item_port_id)),
576 const struct rte_flow_item_port_id supp_mask = { in sfc_mae_rule_parse_item_port_id()580 const struct rte_flow_item_port_id *spec = NULL; in sfc_mae_rule_parse_item_port_id()581 const struct rte_flow_item_port_id *mask = NULL; in sfc_mae_rule_parse_item_port_id()594 sizeof(struct rte_flow_item_port_id), error); in sfc_mae_rule_parse_item_port_id()
516 const struct rte_flow_item_port_id *port_spec = item->spec; in ulp_rte_port_id_hdr_handler()517 const struct rte_flow_item_port_id *port_mask = item->mask; in ulp_rte_port_id_hdr_handler()
1563 const struct rte_flow_item_port_id *spec = item->spec; in flow_dv_validate_item_port_id()1564 const struct rte_flow_item_port_id *mask = item->mask; in flow_dv_validate_item_port_id()1565 const struct rte_flow_item_port_id switch_mask = { in flow_dv_validate_item_port_id()1594 sizeof(struct rte_flow_item_port_id), in flow_dv_validate_item_port_id()7637 const struct rte_flow_item_port_id *pid_m = item ? item->mask : NULL; in flow_dv_translate_item_port_id()7638 const struct rte_flow_item_port_id *pid_v = item ? item->spec : NULL; in flow_dv_translate_item_port_id()
2212 sizeof(struct rte_flow_item_port_id)),2220 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_port_id, id)),