Home
last modified time | relevance | path

Searched refs:Rocker (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/hw/net/rocker/
H A Drocker.h70 typedef struct rocker Rocker; typedef
71 DECLARE_INSTANCE_CHECKER(Rocker, ROCKER,
74 Rocker *rocker_find(const char *name);
75 uint32_t rocker_fp_ports(Rocker *r);
76 int rocker_event_link_changed(Rocker *r, uint32_t pport, bool link_up);
77 int rocker_event_mac_vlan_seen(Rocker *r, uint32_t pport, uint8_t *addr,
81 int rocker_port_eg(Rocker *r, uint32_t pport,
H A Drocker.c81 Rocker *r; in rocker_find()
102 Rocker *r; in qmp_query_rocker()
121 Rocker *r; in qmp_query_rocker_ports()
786 Rocker *r = opaque; in rocker_io_writel()
868 Rocker *r = opaque; in rocker_io_writeq()
908 Rocker *r = opaque; in rocker_reg_name()
1036 Rocker *r = opaque; in rocker_io_readl()
1127 Rocker *r = opaque; in rocker_io_readq()
1267 Rocker *r = ROCKER(dev); in pci_rocker_realize()
1409 Rocker *r = ROCKER(dev); in pci_rocker_uninit()
[all …]
H A Drocker_world.h48 World *world_alloc(Rocker *r, size_t sizeof_private,
54 Rocker *world_rocker(World *world);
59 World *rocker_get_world(Rocker *r, enum rocker_world_type type);
H A Drocker_world.c24 Rocker *r;
49 World *world_alloc(Rocker *r, size_t sizeof_private, in world_alloc()
87 Rocker *world_rocker(World *world) in world_rocker()
H A Drocker_desc.h22 typedef int (desc_ring_consume)(Rocker *r, DescInfo *info);
48 DescRing *desc_ring_alloc(Rocker *r, int index);
H A Drocker_of_dpa.h20 World *of_dpa_world_alloc(Rocker *r);
H A Drocker_fp.c30 Rocker *r;
225 FpPort *fp_port_alloc(Rocker *r, char *sw_name, in fp_port_alloc()
H A Drocker_fp.h48 FpPort *fp_port_alloc(Rocker *r, char *sw_name,
H A Drocker_desc.c32 Rocker *r;
335 DescRing *desc_ring_alloc(Rocker *r, int index) in desc_ring_alloc()
H A Drocker_of_dpa.c2585 World *of_dpa_world_alloc(Rocker *r) in of_dpa_world_alloc()
/openbmc/linux/drivers/net/ethernet/rocker/
H A DKconfig3 # Rocker device configuration
7 bool "Rocker devices"
14 the questions about Rocker devices. If you say Y, you will be asked for
20 tristate "Rocker switch driver (EXPERIMENTAL)"
24 This driver supports Rocker switch device.
/openbmc/qemu/qapi/
H A Drocker.json5 # = Rocker switch device
11 # Rocker switch information.
29 # Returns: @Rocker information
71 # Rocker switch port information.
117 # Rocker switch OF-DPA flow key
155 # Rocker switch OF-DPA flow mask
184 # Rocker switch OF-DPA flow action
211 # Rocker switch OF-DPA flow
263 # Rocker switch OF-DPA group
/openbmc/qemu/docs/specs/
H A Dpci-ids.rst74 PCI Rocker Ethernet switch device
H A Drocker.txt1 Rocker Network Switch Register Programming Guide
25 This document describes the hardware/software interface for the Rocker switch
322 Rocker has several test registers to support troubleshooting register access,
669 communicate with the Rocker switch driver, which in turn would program switch
683 | Rocker Driver |
688 | Rocker Switch |
/openbmc/qemu/
H A DMAINTAINERS2396 Rocker