Home
last modified time | relevance | path

Searched refs:otx2_parse_state (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.h203 struct otx2_parse_state { struct
367 struct otx2_parse_state *pst,
370 void otx2_flow_get_hw_supp_mask(struct otx2_parse_state *pst,
377 int otx2_flow_parse_lh(struct otx2_parse_state *pst);
379 int otx2_flow_parse_lg(struct otx2_parse_state *pst);
381 int otx2_flow_parse_lf(struct otx2_parse_state *pst);
383 int otx2_flow_parse_le(struct otx2_parse_state *pst);
385 int otx2_flow_parse_ld(struct otx2_parse_state *pst);
387 int otx2_flow_parse_lc(struct otx2_parse_state *pst);
389 int otx2_flow_parse_lb(struct otx2_parse_state *pst);
[all …]
H A Dotx2_flow_parse.c23 otx2_flow_parse_lh(struct otx2_parse_state *pst) in otx2_flow_parse_lh()
74 otx2_flow_parse_lg(struct otx2_parse_state *pst) in otx2_flow_parse_lg()
113 otx2_flow_parse_lf(struct otx2_parse_state *pst) in otx2_flow_parse_lf()
193 otx2_flow_parse_le(struct otx2_parse_state *pst) in otx2_flow_parse_le()
340 otx2_flow_parse_mpls(struct otx2_parse_state *pst, int lid) in otx2_flow_parse_mpls()
394 otx2_flow_parse_ld(struct otx2_parse_state *pst) in otx2_flow_parse_ld()
481 flow_check_lc_ip_tunnel(struct otx2_parse_state *pst) in flow_check_lc_ip_tunnel()
494 otx2_flow_parse_lc(struct otx2_parse_state *pst) in otx2_flow_parse_lc()
552 otx2_flow_parse_lb(struct otx2_parse_state *pst) in otx2_flow_parse_lb()
660 otx2_flow_parse_la(struct otx2_parse_state *pst) in otx2_flow_parse_la()
[all …]
H A Dotx2_flow.c54 flow_program_npc(struct otx2_parse_state *pst, struct otx2_mbox *mbox, in flow_program_npc()
324 flow_parse_meta_items(__rte_unused struct otx2_parse_state *pst) in flow_parse_meta_items()
337 typedef int (*flow_parse_stage_func_t)(struct otx2_parse_state *pst);
344 struct otx2_parse_state *pst) in flow_parse_pattern()
429 struct otx2_parse_state *pst) in flow_parse_rule()
459 struct otx2_parse_state parse_state; in otx2_flow_validate()
578 struct otx2_parse_state parse_state; in otx2_flow_create()
H A Dotx2_flow_utils.c152 otx2_flow_get_hw_supp_mask(struct otx2_parse_state *pst, in otx2_flow_get_hw_supp_mask()
186 flow_update_extraction_data(struct otx2_parse_state *pst, in flow_update_extraction_data()
269 otx2_flow_update_parse_state(struct otx2_parse_state *pst, in otx2_flow_update_parse_state()
887 struct otx2_parse_state *pst, in otx2_flow_mcam_alloc_and_write()