Home
last modified time | relevance | path

Searched refs:mportp (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c552 __out efx_mport_sel_t *mportp) in efx_mae_mport_by_phy_port() argument
566 memset(mportp, 0, sizeof (*mportp)); in efx_mae_mport_by_phy_port()
567 mportp->sel = dword.ed_u32[0]; in efx_mae_mport_by_phy_port()
580 __out efx_mport_sel_t *mportp) in efx_mae_mport_by_pcie_function() argument
603 memset(mportp, 0, sizeof (*mportp)); in efx_mae_mport_by_pcie_function()
604 mportp->sel = dword.ed_u32[0]; in efx_mae_mport_by_pcie_function()
1246 __in const efx_mport_sel_t *mportp) in efx_mae_action_set_populate_deliver() argument
1251 if (mportp == NULL) { in efx_mae_action_set_populate_deliver()
1256 arg = (const uint8_t *)&mportp->sel; in efx_mae_action_set_populate_deliver()
1259 EFX_MAE_ACTION_DELIVER, sizeof (mportp->sel), arg)); in efx_mae_action_set_populate_deliver()
H A Defx.h4163 __out efx_mport_sel_t *mportp);
4177 __out efx_mport_sel_t *mportp);
4269 __in const efx_mport_sel_t *mportp);
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c22 efx_mport_sel_t *mportp) in sfc_mae_assign_entity_mport() argument
27 mportp); in sfc_mae_assign_entity_mport()