Home
last modified time | relevance | path

Searched refs:mae (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_mae.c81 struct sfc_mae *mae = &sa->mae; in sfc_mae_internal_rule_find_empty_slot() local
111 struct sfc_mae *mae = &sa->mae; in sfc_mae_rule_add_mport_match_deliver() local
218 struct sfc_mae *mae = &sa->mae; in sfc_mae_attach() local
328 struct sfc_mae *mae = &sa->mae; in sfc_mae_detach() local
353 struct sfc_mae *mae = &sa->mae; in sfc_mae_outer_rule_attach() local
376 struct sfc_mae *mae = &sa->mae; in sfc_mae_outer_rule_add() local
403 struct sfc_mae *mae = &sa->mae; in sfc_mae_outer_rule_del() local
515 struct sfc_mae *mae = &sa->mae; in sfc_mae_mac_addr_attach() local
537 struct sfc_mae *mae = &sa->mae; in sfc_mae_mac_addr_add() local
562 struct sfc_mae *mae = &sa->mae; in sfc_mae_mac_addr_del() local
[all …]
H A Dsfc_mae_counter.c388 &sa->mae.counter_registry; in sfc_mae_counter_poll_packets()
447 &sa->mae.counter_registry; in sfc_mae_counter_thread()
480 &sa->mae.counter_registry; in sfc_mae_counter_service_unregister()
531 &sa->mae.counter_registry; in sfc_mae_counter_service_register()
632 &sa->mae.counter_registry; in sfc_mae_counter_thread_stop()
651 &sa->mae.counter_registry; in sfc_mae_counter_thread_spawn()
870 struct sfc_mae *mae = &sa->mae; in sfc_mae_counter_stop() local
874 if (!mae->counter_rxq_running) { in sfc_mae_counter_stop()
898 struct sfc_mae *mae = &sa->mae; in sfc_mae_counter_start() local
904 if (mae->counter_rxq_running) in sfc_mae_counter_start()
[all …]
H A Dsfc_flow.h93 struct sfc_flow_spec_mae mae; member
132 struct sfc_mae_parse_ctx *mae; member
H A Dsfc_ethdev.c96 struct sfc_mae *mae = &sa->mae; in sfc_dev_infos_get() local
186 if (mae->status == SFC_MAE_STATUS_SUPPORTED || in sfc_dev_infos_get()
187 mae->status == SFC_MAE_STATUS_ADMIN) { in sfc_dev_infos_get()
189 dev_info->switch_info.domain_id = mae->switch_domain_id; in sfc_dev_infos_get()
190 dev_info->switch_info.port_id = mae->switch_port_id; in sfc_dev_infos_get()
2105 ctx.switch_domain_id = sa->mae.switch_domain_id; in sfc_process_mport_journal()
2244 if (sa->mae.status != SFC_MAE_STATUS_ADMIN) { in sfc_representor_info_get()
2256 switch_domain_id = sa->mae.switch_domain_id; in sfc_representor_info_get()
2825 if (sa->switchdev && sa->mae.status != SFC_MAE_STATUS_ADMIN) { in sfc_eth_dev_init()
3010 rc = sfc_repr_create(sa->eth_dev, &entity, sa->mae.switch_domain_id, in sfc_eth_dev_create_repr()
[all …]
H A Dsfc_flow.c1242 struct sfc_flow_spec_mae *spec_mae = &spec->mae; in sfc_flow_parse_attr()
1243 struct sfc_mae *mae = &sa->mae; in sfc_flow_parse_attr() local
1281 if (mae->status != SFC_MAE_STATUS_ADMIN) { in sfc_flow_parse_attr()
1287 if (attr->priority > mae->nb_action_rule_prios_max) { in sfc_flow_parse_attr()
2397 struct sfc_flow_spec_mae *spec_mae = &spec->mae; in sfc_flow_parse_rte_to_mae()
2783 ret = sfc_mae_get_switch_domain_admin(sa->mae.switch_domain_id, in sfc_flow_pick_transfer_proxy()
H A Dsfc.h246 struct sfc_mae mae; member
H A Dsfc_flow_tunnel.c24 sa->mae.status == SFC_MAE_STATUS_ADMIN); in sfc_flow_tunnel_is_supported()
H A Dsfc.c1358 sfc_mae_clear_switch_port(sa->mae.switch_domain_id, in sfc_unprobe()
1359 sa->mae.switch_port_id); in sfc_unprobe()