Home
last modified time | relevance | path

Searched refs:port_ids (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dcxl_upstream.c201 uint16_t port_ids[256]; in build_cdat_table() local
220 port_ids[count] = port->port; in build_cdat_table()
245 .port_y_id = port_ids[i], in build_cdat_table()
265 .port_y_id = port_ids[i], in build_cdat_table()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.c46 idr_for_each_entry(&priv->internal_ports.port_ids, entry, i) in nfp_flower_lookup_internal_port_id()
68 id = idr_alloc(&priv->internal_ports.port_ids, netdev, in nfp_flower_get_internal_port_id()
110 netdev = idr_find(&priv->internal_ports.port_ids, port_id); in nfp_flower_get_netdev_from_internal_port_id()
127 idr_remove(&priv->internal_ports.port_ids, id); in nfp_flower_free_internal_port_id()
146 idr_init(&priv->internal_ports.port_ids); in nfp_flower_internal_port_init()
151 idr_destroy(&priv->internal_ports.port_ids); in nfp_flower_internal_port_cleanup()
H A Dmain.h251 struct idr port_ids; member
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman.c2353 static const u32 port_ids[] = { in fman_get_qman_channel_id() local
2359 if (port_ids[i] == port_id) in fman_get_qman_channel_id()
2363 static const u32 port_ids[] = { in fman_get_qman_channel_id() local
2369 if (port_ids[i] == port_id) in fman_get_qman_channel_id()