Home
last modified time | relevance | path

Searched refs:entity_mport (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_switch.c61 efx_mport_sel_t entity_mport; member
177 &port->entity_mport, port->id, &port->data, data); in sfc_mae_switch_ports_iterate()
388 if (port->entity_mport.sel == entity_mportp->sel && in sfc_mae_find_switch_port_by_entity()
448 port->entity_mport.sel = req->entity_mportp->sel; in sfc_mae_assign_switch_port()
591 *mport_sel = port->entity_mport; in sfc_mae_switch_get_entity_mport()
H A Dsfc_mae.c217 efx_mport_sel_t entity_mport; in sfc_mae_attach() local
257 rc = sfc_mae_assign_entity_mport(sa, &entity_mport); in sfc_mae_attach()
269 switch_port_request.entity_mportp = &entity_mport; in sfc_mae_attach()