Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_switch.c58 uint16_t ethdev_port_id; member
279 port->ethdev_port_id = req->ethdev_port_id; in sfc_mae_assign_switch_port()
296 uint16_t ethdev_port_id, in sfc_mae_find_switch_port_by_ethdev() argument
304 if (ethdev_port_id == RTE_MAX_ETHPORTS) in sfc_mae_find_switch_port_by_ethdev()
312 if (port->ethdev_port_id == ethdev_port_id) { in sfc_mae_find_switch_port_by_ethdev()
323 uint16_t ethdev_port_id, in sfc_mae_switch_port_by_ethdev() argument
330 ethdev_port_id, mport_sel); in sfc_mae_switch_port_by_ethdev()
H A Dsfc_switch.h36 uint16_t ethdev_port_id; member
47 uint16_t ethdev_port_id,
H A Dsfc_mae.c76 switch_port_request.ethdev_port_id = sas->port_id; in sfc_mae_attach()