Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_devargs.c185 dev->npc_flow.flow_prealloc_size = flow_prealloc_size; in otx2_ethdev_parse_devargs()
186 dev->npc_flow.flow_max_priority = flow_max_priority; in otx2_ethdev_parse_devargs()
187 dev->npc_flow.switch_header_type = switch_header_type; in otx2_ethdev_parse_devargs()
H A Dotx2_flow.c14 struct otx2_npc_flow_info *npc = &hw->npc_flow; in otx2_flow_free_all_resources()
155 else if (attr->priority >= dev->npc_flow.flow_max_priority) in flow_parse_attr()
194 struct otx2_npc_flow_info *flow_info = &dev->npc_flow; in flow_configure_rss_action()
292 struct otx2_npc_flow_info *npc = &dev->npc_flow; in flow_free_rss_action()
371 pst->npc = &hw->npc_flow; in flow_parse_pattern()
488 if (dev->npc_flow.vtag_actions == 1) { in flow_program_vtag_action()
639 list = &hw->npc_flow.flow_list[flow->priority]; in otx2_flow_create()
662 struct otx2_npc_flow_info *npc = &hw->npc_flow; in otx2_flow_destroy()
929 struct otx2_npc_flow_info *npc = &dev->npc_flow; in flow_fetch_kex_cfg()
970 struct otx2_npc_flow_info *npc = &hw->npc_flow; in otx2_flow_init()
[all …]
H A Dotx2_flow_ctrl.c214 (dev->npc_flow.switch_header_type != OTX2_PRIV_FLAGS_HIGIG) && in otx2_nix_update_flow_ctrl_mode()
H A Dotx2_ethdev.c23 dev->npc_flow.switch_header_type == OTX2_PRIV_FLAGS_HIGIG) in nix_get_rx_offload_capa()
98 dev->npc_flow.channel = dev->rx_chan_base; in nix_lf_alloc()
112 if (dev->npc_flow.switch_header_type == 0) in nix_lf_switch_header_type_enable()
115 if (dev->npc_flow.switch_header_type == OTX2_PRIV_FLAGS_LEN_90B && in nix_lf_switch_header_type_enable()
123 req->mode = dev->npc_flow.switch_header_type; in nix_lf_switch_header_type_enable()
131 req->mode = dev->npc_flow.switch_header_type; in nix_lf_switch_header_type_enable()
1891 dev->npc_flow.switch_header_type == OTX2_PRIV_FLAGS_HIGIG) { in otx2_nix_configure()
H A Dotx2_mcast.c45 struct otx2_npc_flow_info *npc = &dev->npc_flow; in nix_hw_update_mc_addr_list()
H A Dotx2_ptp.c224 if (dev->npc_flow.switch_header_type == OTX2_PRIV_FLAGS_HIGIG) { in otx2_nix_timesync_enable()
H A Dotx2_rss.c237 dev->npc_flow.switch_header_type == OTX2_PRIV_FLAGS_LEN_90B) { in otx2_rss_ethdev_to_nix()
H A Dotx2_ethdev.h323 struct otx2_npc_flow_info npc_flow; member
H A Dotx2_vlan.c915 struct otx2_npc_flow_info *npc = &dev->npc_flow; in nix_vlan_get_mkex_info()
H A Dotx2_flow_parse.c811 struct otx2_npc_flow_info *npc = &hw->npc_flow; in otx2_flow_parse_actions()