Searched refs:mport (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 1980 mport->emd_id.id, mport->emd_vnic.ev_intf, in sfc_process_mport_journal_entry() 1981 mport->emd_vnic.ev_pf, mport->emd_vnic.ev_vf); in sfc_process_mport_journal_entry() 1998 mport->emd_vnic.ev_intf, in sfc_process_mport_journal_entry() 1999 mport->emd_vnic.ev_pf, in sfc_process_mport_journal_entry() 2000 mport->emd_vnic.ev_vf); in sfc_process_mport_journal_entry() 2033 mport->emd_vnic.ev_pf, in sfc_process_mport_journal_entry() 2034 mport->emd_vnic.ev_vf, in sfc_process_mport_journal_entry() 2041 mport->emd_vnic.ev_intf, in sfc_process_mport_journal_entry() 2042 mport->emd_vnic.ev_pf, in sfc_process_mport_journal_entry() 2043 mport->emd_vnic.ev_vf, in sfc_process_mport_journal_entry() [all …]
|
| H A D | sfc_dp.c | 90 static const struct rte_mbuf_dynfield mport = { in sfc_dp_mport_register() local 107 field_offset = rte_mbuf_dynfield_register(&mport); in sfc_dp_mport_register()
|
| H A D | sfc_mae.c | 3664 efx_mport_sel_t mport; in sfc_mae_rule_parse_action_phy_port() local 3683 mport.sel, strerror(rc)); in sfc_mae_rule_parse_action_phy_port() 3695 efx_mport_sel_t mport; in sfc_mae_rule_parse_action_pf_vf() local 3717 mport.sel, strerror(rc)); in sfc_mae_rule_parse_action_pf_vf() 3730 efx_mport_sel_t mport; in sfc_mae_rule_parse_action_port_id() local 3740 port_id, &mport); in sfc_mae_rule_parse_action_port_id() 3750 mport.sel, strerror(rc)); in sfc_mae_rule_parse_action_port_id() 3762 efx_mport_sel_t mport; in sfc_mae_rule_parse_action_port_representor() local 3776 mport.sel, strerror(rc)); in sfc_mae_rule_parse_action_port_representor() 3788 efx_mport_sel_t mport; in sfc_mae_rule_parse_action_represented_port() local [all …]
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mae.c | 1946 efx_mport_sel_t mport; in efx_mae_action_set_populate_drop() local 1959 mport.sel = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in efx_mae_action_set_populate_drop() 1961 arg = (const uint8_t *)&mport.sel; in efx_mae_action_set_populate_drop() 1964 EFX_MAE_ACTION_DELIVER, sizeof (mport.sel), arg)); in efx_mae_action_set_populate_drop()
|